Corrected header file guard comments.

This commit is contained in:
Philipp Wiesemann 2016-12-23 20:36:12 +01:00
parent 0cbadea01b
commit 055a0ceda0
2 changed files with 6 additions and 6 deletions

View file

@ -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: */