diff options
Diffstat (limited to 'include/SDL_test_md5.h')
-rw-r--r-- | include/SDL_test_md5.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_test_md5.h b/include/SDL_test_md5.h index f2d9a7d7e3..096b7050de 100644 --- a/include/SDL_test_md5.h +++ b/include/SDL_test_md5.h @@ -53,8 +53,8 @@ *********************************************************************** */ -#ifndef _SDL_test_md5_h -#define _SDL_test_md5_h +#ifndef SDL_test_md5_h_ +#define SDL_test_md5_h_ #include "begin_code.h" /* Set up for C function definitions, even when using C++ */ @@ -124,6 +124,6 @@ extern "C" { #endif #include "close_code.h" -#endif /* _SDL_test_md5_h */ +#endif /* SDL_test_md5_h_ */ /* vi: set ts=4 sw=4 expandtab: */ |