diff options
| author | 2010-03-30 14:50:44 -0700 | |
|---|---|---|
| committer | 2010-03-30 14:50:44 -0700 | |
| commit | ecf9b681121d15758b84113c90f3b17697b44a47 (patch) | |
| tree | b63a73c36738ce9de25fdd88e982489572c76e5f | |
| parent | f282e93b43e158938026532458ecfc56d4ebdb24 (diff) | |
| parent | 7efc2fc955087663f17848913c93835634bc2de8 (diff) | |
Merge "gl_code : add end of line."
| -rw-r--r-- | opengl/tests/gl_jni/jni/gl_code.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opengl/tests/gl_jni/jni/gl_code.cpp b/opengl/tests/gl_jni/jni/gl_code.cpp index 33b25ab6c7..f031c79cd3 100644 --- a/opengl/tests/gl_jni/jni/gl_code.cpp +++ b/opengl/tests/gl_jni/jni/gl_code.cpp @@ -180,4 +180,5 @@ JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_step(JNIEnv * env, jobjec JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_changeBackground(JNIEnv * env, jobject obj) { background = 1.0f - background; -}
\ No newline at end of file +} + |