Fixed a comment in two test programs.

This commit is contained in:
Philipp Wiesemann 2015-12-25 13:41:23 +01:00
parent 312a4eb1bb
commit 402cf280c4
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ static int LoadContext(GL_Context * data)
return SDL_SetError("Couldn't load GL function %s: %s\n", #func, SDL_GetError()); \
} \
} while ( 0 );
#endif /* _SDL_NOGETPROCADDR_ */
#endif /* __SDL_NOGETPROCADDR__ */
#include "../src/render/opengl/SDL_glfuncs.h"
#undef SDL_PROC