From e757179683951c9dd7d036d3ab407f81cbab302c Mon Sep 17 00:00:00 2001 From: James Sanford Date: Sat, 16 Feb 2013 17:52:16 -0800 Subject: [PATCH] fix formatting --- jni/android_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/android_driver.c b/jni/android_driver.c index 18f071c..0c3e7d9 100644 --- a/jni/android_driver.c +++ b/jni/android_driver.c @@ -619,7 +619,7 @@ void x_release_kimage(Kimage* kimage_ptr) // OG Addding ratio int x_calc_ratio(float x,float y) { - // NOTE: This is a little bit slower, but is consistent time with each frame update. + // NOTE: This is a little bit slower, but is consistent time with each frame update. // Using this looks better as sleep() successfully syncs up with 1/60sec updates. return 1; }