diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-30 22:53:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-31 12:50:04 +0300 |
commit | 85c5fc06d49e8309d273873d31448688bd494d49 (patch) | |
tree | 80d83e16ef273c147b0d1915edca44baf6899933 /src/utils/sdlcheckutils.h | |
parent | 60d90692e487948b77edcac63acbef34254cea5b (diff) | |
download | plus-85c5fc06d49e8309d273873d31448688bd494d49.tar.gz plus-85c5fc06d49e8309d273873d31448688bd494d49.tar.bz2 plus-85c5fc06d49e8309d273873d31448688bd494d49.tar.xz plus-85c5fc06d49e8309d273873d31448688bd494d49.zip |
fix code style and some minor issues.
Diffstat (limited to 'src/utils/sdlcheckutils.h')
-rw-r--r-- | src/utils/sdlcheckutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/sdlcheckutils.h b/src/utils/sdlcheckutils.h index 5bfdad3ed..b1f1a0821 100644 --- a/src/utils/sdlcheckutils.h +++ b/src/utils/sdlcheckutils.h @@ -68,8 +68,8 @@ SDL_Surface *FakeSDL_DisplayFormat(SDL_Surface *const surface, const unsigned line); SDL_Surface *FakeSDL_DisplayFormatAlpha(SDL_Surface *const surface, - const char *const file, - const unsigned line); + const char *const file, + const unsigned line); #endif // DEBUG_SDL_SURFACES #endif // UTILS_SDLCHECKUTILS_H |