Fixed comments at conditional compilation macros.

This commit is contained in:
Philipp Wiesemann
2015-06-05 19:41:18 +02:00
parent c3186d5ee9
commit fd8b7c1ca3
9 changed files with 10 additions and 10 deletions

View File

@@ -300,7 +300,7 @@ static int GLES2_LoadFunctions(GLES2_DriverContext * data)
return SDL_SetError("Couldn't load GLES2 function %s: %s\n", #func, SDL_GetError()); \
} \
} while ( 0 );
#endif /* _SDL_NOGETPROCADDR_ */
#endif /* __SDL_NOGETPROCADDR__ */
#include "SDL_gles2funcs.h"
#undef SDL_PROC