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

Commit a8370e3f authored by Jeff Hamilton's avatar Jeff Hamilton
Browse files

Fix the build.

Change-Id: Ie4b61f8e8dde864c4d99b8723cd5ff290a373279
parent 056ade1b
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];
        }
    }