diff options
Diffstat (limited to 'include/SDL_test.h')
-rw-r--r-- | include/SDL_test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_test.h b/include/SDL_test.h index 217847bfc9..16339531bf 100644 --- a/include/SDL_test.h +++ b/include/SDL_test.h @@ -27,8 +27,8 @@ * This code is a part of the SDL2_test library, not the main SDL library. */ -#ifndef _SDL_test_h -#define _SDL_test_h +#ifndef SDL_test_h_ +#define SDL_test_h_ #include "SDL.h" #include "SDL_test_common.h" @@ -63,6 +63,6 @@ extern "C" { #endif #include "close_code.h" -#endif /* _SDL_test_h */ +#endif /* SDL_test_h_ */ /* vi: set ts=4 sw=4 expandtab: */ |