diff options
Diffstat (limited to 'src/utils/sdlcheckutils.cpp')
-rw-r--r-- | src/utils/sdlcheckutils.cpp | 4 |
1 files changed, 2 insertions, 2 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); |