Răsfoiți Sursa

Corrected header file guard comments.

Philipp Wiesemann 10 ani în urmă
părinte
comite
5bdc9913ac
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      include/SDL_blendmode.h
  2. 1 1
      include/SDL_filesystem.h

+ 1 - 1
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: */

+ 1 - 1
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: */