diff options
Diffstat (limited to 'third_party/libsdl')
-rw-r--r-- | third_party/libsdl/linux/SDL_config.h | 2 | ||||
-rw-r--r-- | third_party/libsdl/mac/SDL_config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libsdl/linux/SDL_config.h b/third_party/libsdl/linux/SDL_config.h index 425e1f8817..ab7b82c7dc 100644 --- a/third_party/libsdl/linux/SDL_config.h +++ b/third_party/libsdl/linux/SDL_config.h @@ -34,7 +34,7 @@ /* Make sure that this isn't included by Visual C++ */ #ifdef _MSC_VER -#error You should run hg revert SDL_config.h +#error You should run hg revert SDL_config.h #endif /* C language features */ diff --git a/third_party/libsdl/mac/SDL_config.h b/third_party/libsdl/mac/SDL_config.h index ea06bc1e3c..27ab73a22d 100644 --- a/third_party/libsdl/mac/SDL_config.h +++ b/third_party/libsdl/mac/SDL_config.h @@ -34,7 +34,7 @@ /* Make sure that this isn't included by Visual C++ */ #ifdef _MSC_VER -#error You should run hg revert SDL_config.h +#error You should run hg revert SDL_config.h #endif /* C language features */ |