diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/sdlcheckutils.cpp | 4 | ||||
-rw-r--r-- | src/utils/sdlcheckutils.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/sdlcheckutils.cpp b/src/utils/sdlcheckutils.cpp index ee2f41b77..50adedb28 100644 --- a/src/utils/sdlcheckutils.cpp +++ b/src/utils/sdlcheckutils.cpp @@ -185,8 +185,8 @@ SDL_Surface *FakeTTF_RenderUTF8_Blended(_TTF_Font *const font, } SDL_Surface *FakeSDL_DisplayFormat(SDL_Surface *const surface, - const char *const file, - const unsigned line) + const char *const file, + const unsigned line) { return addSurface("SDL_DisplayFormat", SDL_DisplayFormat(surface), file, line); 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 |