summaryrefslogtreecommitdiffstats
path: root/opengl/tests
diff options
context:
space:
mode:
authorBruce Beare <brucex.j.beare@intel.com>2010-06-25 09:08:12 -0700
committerBruce Beare <brucex.j.beare@intel.com>2010-06-25 09:08:12 -0700
commita1a79197c0e52b61fa129baeaa0345508708addc (patch)
tree589f70de3f1fb217c6504b07b449f484434fd70e /opengl/tests
parentb38d6045c83a14e1451c486133f78b9c13355a18 (diff)
downloadframeworks_native-a1a79197c0e52b61fa129baeaa0345508708addc.zip
frameworks_native-a1a79197c0e52b61fa129baeaa0345508708addc.tar.gz
frameworks_native-a1a79197c0e52b61fa129baeaa0345508708addc.tar.bz2
Fix missing NL
Change-Id: I323f0c01d2e9ad4c9f07cad24bf6b63edc28ad62 Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
Diffstat (limited to 'opengl/tests')
-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 f031c79..ef66841 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;
}
-