From 05d4caeeaf3dd1a511e584c1e433578032d1f4ac Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sun, 21 Feb 2016 12:14:44 +0100 Subject: [PATCH] Buildfix --- Common/GL/GLInterface/EGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];