summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Bruce Beare <brucex.j.beare@intel.com> 2010-06-25 09:08:12 -0700
committer Bruce Beare <brucex.j.beare@intel.com> 2010-06-25 09:08:12 -0700
commita1a79197c0e52b61fa129baeaa0345508708addc (patch)
tree589f70de3f1fb217c6504b07b449f484434fd70e
parentb38d6045c83a14e1451c486133f78b9c13355a18 (diff)
Fix missing NL
Change-Id: I323f0c01d2e9ad4c9f07cad24bf6b63edc28ad62 Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
-rw-r--r--opengl/tests/gl_jni/jni/gl_code.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/tests/gl_jni/jni/gl_code.cpp b/opengl/tests/gl_jni/jni/gl_code.cpp
index f031c79cd3..ef66841f27 100644
--- a/opengl/tests/gl_jni/jni/gl_code.cpp
+++ b/opengl/tests/gl_jni/jni/gl_code.cpp
@@ -181,4 +181,3 @@ JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_changeBackground(JNIEnv *
{
background = 1.0f - background;
}
-