commit | cf35b106c88b53847a1b641ba302bda4cb383c18 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Fri Sep 25 22:55:31 2009 -0400 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Sep 25 22:55:31 2009 -0400 |
tree | 2ce8bf8ab5c289935a2ac4c586ed4c8de2ffa9b8 | |
parent | 9ec779dab3b1b21eacd1e46b5476e12761130c96 [diff] | |
parent | f1006c23c686fe30d29b1883dae75b284547eb91 [diff] |
Merge change 27211 into eclair * changes: Fix build.
diff --git a/opengl/tests/gl2_jni/src/com/android/gl2jni/GL2JNIView.java b/opengl/tests/gl2_jni/src/com/android/gl2jni/GL2JNIView.java index 8b94dec..2dae090 100644 --- a/opengl/tests/gl2_jni/src/com/android/gl2jni/GL2JNIView.java +++ b/opengl/tests/gl2_jni/src/com/android/gl2jni/GL2JNIView.java
@@ -118,7 +118,7 @@ } EGLConfig[] configs = new EGLConfig[numConfigs]; egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config); - return configs[0s]; + return configs[0]; } }