From 1446faf00e9c9529ab6f249adfb6b157f48f2abf Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 25 Dec 2015 13:41:23 +0100 Subject: [PATCH] Fixed a comment in two test programs. --- test/testgl2.c | 2 +- test/testgles2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testgl2.c b/test/testgl2.c index 449e02e47510b..a67bc1a7c3fc6 100644 --- a/test/testgl2.c +++ b/test/testgl2.c @@ -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 diff --git a/test/testgles2.c b/test/testgles2.c index f75bc15735ffe..0cf7d13ffc314 100644 --- a/test/testgles2.c +++ b/test/testgles2.c @@ -61,7 +61,7 @@ static int LoadContext(GLES2_Context * data) return SDL_SetError("Couldn't load GLES2 function %s: %s\n", #func, SDL_GetError()); \ } \ } while ( 0 ); -#endif /* _SDL_NOGETPROCADDR_ */ +#endif /* __SDL_NOGETPROCADDR__ */ #include "../src/render/opengles2/SDL_gles2funcs.h" #undef SDL_PROC