Merge "gl_code.cpp: Remove a DOS style newline"

This commit is contained in:
Jesse Hall 2013-05-13 18:53:10 +00:00 committed by Gerrit Code Review
commit f0dcff89ac
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}