Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected header file guard comments.
  • Loading branch information
philippwiesemann committed Nov 25, 2014
1 parent 8cab5ae commit 5bdc991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/SDL_blendmode.h
Expand Up @@ -58,6 +58,6 @@ typedef enum
#endif
#include "close_code.h"

#endif /* _SDL_video_h */
#endif /* _SDL_blendmode_h */

/* vi: set ts=4 sw=4 expandtab: */
2 changes: 1 addition & 1 deletion include/SDL_filesystem.h
Expand Up @@ -131,6 +131,6 @@ extern DECLSPEC char *SDLCALL SDL_GetPrefPath(const char *org, const char *app);
#endif
#include "close_code.h"

#endif /* _SDL_system_h */
#endif /* _SDL_filesystem_h */

/* vi: set ts=4 sw=4 expandtab: */

0 comments on commit 5bdc991

Please sign in to comment.