diff options
Diffstat (limited to 'include/SDL_test_common.h')
-rw-r--r-- | include/SDL_test_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_test_common.h b/include/SDL_test_common.h index 0ebf31cb67..95180668a3 100644 --- a/include/SDL_test_common.h +++ b/include/SDL_test_common.h @@ -29,8 +29,8 @@ /* Ported from original test\common.h file. */ -#ifndef _SDL_test_common_h -#define _SDL_test_common_h +#ifndef SDL_test_common_h_ +#define SDL_test_common_h_ #include "SDL.h" @@ -183,6 +183,6 @@ void SDLTest_CommonQuit(SDLTest_CommonState * state); #endif #include "close_code.h" -#endif /* _SDL_test_common_h */ +#endif /* SDL_test_common_h_ */ /* vi: set ts=4 sw=4 expandtab: */ |