diff options
Diffstat (limited to 'include/SDL_assert.h')
-rw-r--r-- | include/SDL_assert.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_assert.h b/include/SDL_assert.h index d6e1d672a0..88d601baa3 100644 --- a/include/SDL_assert.h +++ b/include/SDL_assert.h @@ -19,8 +19,8 @@ 3. This notice may not be removed or altered from any source distribution. */ -#ifndef _SDL_assert_h -#define _SDL_assert_h +#ifndef SDL_assert_h_ +#define SDL_assert_h_ #include "SDL_config.h" @@ -284,6 +284,6 @@ extern DECLSPEC void SDLCALL SDL_ResetAssertionReport(void); #endif #include "close_code.h" -#endif /* _SDL_assert_h */ +#endif /* SDL_assert_h_ */ /* vi: set ts=4 sw=4 expandtab: */ |