From a1a79197c0e52b61fa129baeaa0345508708addc Mon Sep 17 00:00:00 2001 From: Bruce Beare Date: Fri, 25 Jun 2010 09:08:12 -0700 Subject: [PATCH] Fix missing NL Change-Id: I323f0c01d2e9ad4c9f07cad24bf6b63edc28ad62 Signed-off-by: Bruce Beare --- opengl/tests/gl_jni/jni/gl_code.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/opengl/tests/gl_jni/jni/gl_code.cpp b/opengl/tests/gl_jni/jni/gl_code.cpp index f031c79cd..ef66841f2 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; } -