summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2013-05-13 18:53:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-05-13 18:53:10 +0000
commitf0dcff89acb998179757ca66b5c6a2c585a980e9 (patch)
treef87592e9ee9a31a3467153aabcfd2f1970bfca75 /opengl
parenta3d3e137f473a965fefced9670e3b0c6b5f7f791 (diff)
parent0f036d43b00d602a073b413d0fc746c82ca1db7a (diff)
downloadframeworks_native-f0dcff89acb998179757ca66b5c6a2c585a980e9.zip
frameworks_native-f0dcff89acb998179757ca66b5c6a2c585a980e9.tar.gz
frameworks_native-f0dcff89acb998179757ca66b5c6a2c585a980e9.tar.bz2
Merge "gl_code.cpp: Remove a DOS style newline"
Diffstat (limited to 'opengl')
-rw-r--r--opengl/tests/gl2_jni/jni/gl_code.cpp2
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);
}