diff options
Diffstat (limited to 'include/SDL_haptic.h')
-rw-r--r-- | include/SDL_haptic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_haptic.h b/include/SDL_haptic.h index 9421c8f177..5a2e42ed89 100644 --- a/include/SDL_haptic.h +++ b/include/SDL_haptic.h @@ -104,8 +104,8 @@ * \endcode */ -#ifndef _SDL_haptic_h -#define _SDL_haptic_h +#ifndef SDL_h_aptic_h +#define SDL_h_aptic_h #include "SDL_stdinc.h" #include "SDL_error.h" @@ -1218,6 +1218,6 @@ extern DECLSPEC int SDLCALL SDL_HapticRumbleStop(SDL_Haptic * haptic); #endif #include "close_code.h" -#endif /* _SDL_haptic_h */ +#endif /* SDL_h_aptic_h */ /* vi: set ts=4 sw=4 expandtab: */ |