|
@@ -150,7 +150,7 @@ typedef struct GLES2_RenderData
|
|
|
|
|
|
SDL_bool GL_EXT_blend_minmax_supported;
|
|
|
|
|
|
-#define SDL_PROC(ret, func, params) ret(APIENTRY *func) params;
|
|
|
+#define SDL_PROC(ret, func, params) ret (APIENTRY *func) params;
|
|
|
#include "SDL_gles2funcs.h"
|
|
|
#undef SDL_PROC
|
|
|
GLES2_FBOList *framebuffers;
|