From 5bdc9913ac9e793b4a6421f30d09f97086590df1 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Tue, 25 Nov 2014 22:37:12 +0100 Subject: [PATCH] Corrected header file guard comments. --- include/SDL_blendmode.h | 2 +- include/SDL_filesystem.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_blendmode.h b/include/SDL_blendmode.h index 8c257be9c0d21..25d65b6561144 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 de3e227d420bf..3dc94dcee9e16 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: */