diff options
Diffstat (limited to 'include/SDL_endian.h')
-rw-r--r-- | include/SDL_endian.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_endian.h b/include/SDL_endian.h index 9100b103db..c4ce615747 100644 --- a/include/SDL_endian.h +++ b/include/SDL_endian.h @@ -25,8 +25,8 @@ * Functions for reading and writing endian-specific values */ -#ifndef _SDL_endian_h -#define _SDL_endian_h +#ifndef SDL_endian_h_ +#define SDL_endian_h_ #include "SDL_stdinc.h" @@ -234,6 +234,6 @@ SDL_SwapFloat(float x) #endif #include "close_code.h" -#endif /* _SDL_endian_h */ +#endif /* SDL_endian_h_ */ /* vi: set ts=4 sw=4 expandtab: */ |