Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf35b106 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 27211 into eclair

* changes:
  Fix build.
parents 9ec779da f1006c23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ class GL2JNIView extends GLSurfaceView {
            }
            EGLConfig[] configs = new EGLConfig[numConfigs];
            egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
            return configs[0s];
            return configs[0];
        }
    }