diff options
Diffstat (limited to 'include/SDL_test_harness.h')
-rw-r--r-- | include/SDL_test_harness.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_test_harness.h b/include/SDL_test_harness.h index f3ee5b4f0e..f635eb4793 100644 --- a/include/SDL_test_harness.h +++ b/include/SDL_test_harness.h @@ -33,8 +33,8 @@ Based on original GSOC code by Markus Kauppila <markus.kauppila@gmail.com> */ -#ifndef _SDL_test_harness_h -#define _SDL_test_harness_h +#ifndef SDL_test_h_arness_h +#define SDL_test_h_arness_h #include "begin_code.h" /* Set up for C function definitions, even when using C++ */ @@ -129,6 +129,6 @@ int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *user #endif #include "close_code.h" -#endif /* _SDL_test_harness_h */ +#endif /* SDL_test_h_arness_h */ /* vi: set ts=4 sw=4 expandtab: */ |