diff --git a/Common/GL/GLInterface/EGL.cpp b/Common/GL/GLInterface/EGL.cpp index 9b48dc0cd6..9ed22864b3 100644 --- a/Common/GL/GLInterface/EGL.cpp +++ b/Common/GL/GLInterface/EGL.cpp @@ -33,7 +33,7 @@ void cInterfaceEGL::DetectMode() { static const char *renderable_names[3] = { "OpenGL", "OpenGL ES 3", "OpenGL ES 2" - } + }; for (int i = 0; i < 3; i++) { int renderable_type = renderable_types[i];