diff options
Diffstat (limited to 'include/SDL_test_font.h')
-rw-r--r-- | include/SDL_test_font.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_test_font.h b/include/SDL_test_font.h index 3378ea85b2..1ea381f1d2 100644 --- a/include/SDL_test_font.h +++ b/include/SDL_test_font.h @@ -27,8 +27,8 @@ * This code is a part of the SDL2_test library, not the main SDL library. */ -#ifndef _SDL_test_font_h -#define _SDL_test_font_h +#ifndef SDL_test_font_h_ +#define SDL_test_font_h_ #include "begin_code.h" /* Set up for C function definitions, even when using C++ */ @@ -71,6 +71,6 @@ int SDLTest_DrawString( SDL_Renderer * renderer, int x, int y, const char *s ); #endif #include "close_code.h" -#endif /* _SDL_test_font_h */ +#endif /* SDL_test_font_h_ */ /* vi: set ts=4 sw=4 expandtab: */ |