Corrected header file guard comments.

This commit is contained in:
Philipp Wiesemann 2014-11-25 22:37:12 +01:00
parent 8cab5ae300
commit 5bdc9913ac
2 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,6 @@ typedef enum
#endif #endif
#include "close_code.h" #include "close_code.h"
#endif /* _SDL_video_h */ #endif /* _SDL_blendmode_h */
/* vi: set ts=4 sw=4 expandtab: */ /* vi: set ts=4 sw=4 expandtab: */

View File

@ -131,6 +131,6 @@ extern DECLSPEC char *SDLCALL SDL_GetPrefPath(const char *org, const char *app);
#endif #endif
#include "close_code.h" #include "close_code.h"
#endif /* _SDL_system_h */ #endif /* _SDL_filesystem_h */
/* vi: set ts=4 sw=4 expandtab: */ /* vi: set ts=4 sw=4 expandtab: */