diff options
author | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | 2013-03-27 14:05:29 +0100 |
---|---|---|
committer | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | 2013-03-27 14:06:47 +0100 |
commit | 0f036d43b00d602a073b413d0fc746c82ca1db7a (patch) | |
tree | e45c7461795a6e15c0d1e3bbd4d1248924552984 /opengl/tests/gl2_jni | |
parent | c80fae6e8576b9675e4d9305986fe0341e6db3c9 (diff) | |
download | frameworks_native-0f036d43b00d602a073b413d0fc746c82ca1db7a.zip frameworks_native-0f036d43b00d602a073b413d0fc746c82ca1db7a.tar.gz frameworks_native-0f036d43b00d602a073b413d0fc746c82ca1db7a.tar.bz2 |
gl_code.cpp: Remove a DOS style newline
Change-Id: Id3edd6e511371fa8b0afef2e90baed4662ed76c4
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'opengl/tests/gl2_jni')
-rw-r--r-- | opengl/tests/gl2_jni/jni/gl_code.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/gl2_jni/jni/gl_code.cpp b/opengl/tests/gl2_jni/jni/gl_code.cpp index fa6bd93..ed896a4 100644 --- a/opengl/tests/gl2_jni/jni/gl_code.cpp +++ b/opengl/tests/gl2_jni/jni/gl_code.cpp @@ -153,7 +153,7 @@ extern "C" { JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_step(JNIEnv * env, jobject obj); }; -JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height)
+JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height) { setupGraphics(width, height); } |