Corrected header file guard comments.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
diff --git a/include/SDL_haptic.h b/include/SDL_haptic.h
index 5a2e42e..ff9cc4a 100644
--- a/include/SDL_haptic.h
+++ b/include/SDL_haptic.h
@@ -104,8 +104,8 @@
* \endcode
*/
-#ifndef SDL_h_aptic_h
-#define SDL_h_aptic_h
+#ifndef SDL_haptic_h_
+#define SDL_haptic_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_h_aptic_h */
+#endif /* SDL_haptic_h_ */
/* vi: set ts=4 sw=4 expandtab: */
diff --git a/include/SDL_hints.h b/include/SDL_hints.h
index 6120b04..849eb6f 100644
--- a/include/SDL_hints.h
+++ b/include/SDL_hints.h
@@ -36,8 +36,8 @@
* to how they would like the library to work.
*/
-#ifndef SDL_h_ints_h
-#define SDL_h_ints_h
+#ifndef SDL_hints_h_
+#define SDL_hints_h_
#include "SDL_stdinc.h"
@@ -831,6 +831,6 @@ extern DECLSPEC void SDLCALL SDL_ClearHints(void);
#endif
#include "close_code.h"
-#endif /* SDL_h_ints_h */
+#endif /* SDL_hints_h_ */
/* vi: set ts=4 sw=4 expandtab: */