diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-27 20:22:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-27 21:52:59 +0300 |
commit | 53ae7cee19c269a6ebf53e468825305d448ff006 (patch) | |
tree | fb43a66adaacc3bb2e42a8d346b5d267f2b807c8 /src/main.cpp | |
parent | eb9841897bbe93da6aa4ca2537a3e22b3a868d98 (diff) | |
download | plus-53ae7cee19c269a6ebf53e468825305d448ff006.tar.gz plus-53ae7cee19c269a6ebf53e468825305d448ff006.tar.bz2 plus-53ae7cee19c269a6ebf53e468825305d448ff006.tar.xz plus-53ae7cee19c269a6ebf53e468825305d448ff006.zip |
fix code style.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index f367d80fa..89738fa93 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -49,7 +49,7 @@ #include <SDL_version.h> -#if SDL_VERSION_ATLEAST(2,0,0) +#if SDL_VERSION_ATLEAST(2, 0, 0) #ifndef USE_SDL2 #error using SDL2 headers but configure set to use SDL1.2 #endif |