summaryrefslogtreecommitdiff
path: root/src/resources/sdlgfxblitfunc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/sdlgfxblitfunc.cpp')
-rw-r--r--src/resources/sdlgfxblitfunc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/sdlgfxblitfunc.cpp b/src/resources/sdlgfxblitfunc.cpp
index c2d66a68f..d72e7fbc5 100644
--- a/src/resources/sdlgfxblitfunc.cpp
+++ b/src/resources/sdlgfxblitfunc.cpp
@@ -397,7 +397,7 @@ static int _SDL_gfxBlitRGBACall(const SDL_Surface *const src,
/*
* Set up source and destination buffer pointers, then blit
*/
- if ((srcrect->w != 0u) && (srcrect->h != 0u))
+ if ((srcrect->w != 0U) && (srcrect->h != 0U))
{
SDL_gfxBlitInfo info;