Commit 5bdc9913ac9e793b4a6421f30d09f97086590df1

Philipp Wiesemann 2014-11-25T22:37:12

Corrected header file guard comments.

diff --git a/include/SDL_blendmode.h b/include/SDL_blendmode.h
index 8c257be..25d65b6 100644
--- a/include/SDL_blendmode.h
+++ b/include/SDL_blendmode.h
@@ -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: */
diff --git a/include/SDL_filesystem.h b/include/SDL_filesystem.h
index de3e227..3dc94dc 100644
--- a/include/SDL_filesystem.h
+++ b/include/SDL_filesystem.h
@@ -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: */