1.1 --- a/include/SDL_test_log.h Sun Nov 20 21:29:27 2016 -0800
1.2 +++ b/include/SDL_test_log.h Sun Nov 20 21:34:54 2016 -0800
1.3 @@ -33,8 +33,8 @@
1.4 *
1.5 */
1.6
1.7 -#ifndef _SDL_test_log_h
1.8 -#define _SDL_test_log_h
1.9 +#ifndef SDL_test_log_h_
1.10 +#define SDL_test_log_h_
1.11
1.12 #include "begin_code.h"
1.13 /* Set up for C function definitions, even when using C++ */
1.14 @@ -62,6 +62,6 @@
1.15 #endif
1.16 #include "close_code.h"
1.17
1.18 -#endif /* _SDL_test_log_h */
1.19 +#endif /* SDL_test_log_h_ */
1.20
1.21 /* vi: set ts=4 sw=4 expandtab: */