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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/sdlgfxblitfunc.cpp b/src/resources/sdlgfxblitfunc.cpp
index d72e7fbc5..fa74c82c3 100644
--- a/src/resources/sdlgfxblitfunc.cpp
+++ b/src/resources/sdlgfxblitfunc.cpp
@@ -383,7 +383,7 @@ static void _SDL_gfxBlitBlitterRGBA(const SDL_gfxBlitInfo *const info)
src += 4;
dst += 4;
- }, width);
+ }, width)
src += srcskip;
dst += dstskip;
}
@@ -451,7 +451,7 @@ int SDLgfxBlitRGBA(SDL_Surface *const src,
if (src == nullptr ||
dst == nullptr)
{
- reportAlways("SDLgfxBlitRGBA: passed a NULL surface");
+ reportAlways("SDLgfxBlitRGBA: passed a NULL surface")
return -1;
}