From 0c20db8d108c4123fcc3ecb343759e68567a4d4e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Nov 2018 00:51:57 +0300 Subject: Remove extra ; from different code. --- src/resources/sdl2imagehelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/sdl2imagehelper.cpp') diff --git a/src/resources/sdl2imagehelper.cpp b/src/resources/sdl2imagehelper.cpp index 0875a341f..3340032b7 100644 --- a/src/resources/sdl2imagehelper.cpp +++ b/src/resources/sdl2imagehelper.cpp @@ -71,7 +71,7 @@ Image *SDLImageHelper::_SDLload(SDL_Surface *tmpImage) if (!texture) { reportAlways("Texture from surface creation failed: %s", - SDL_GetError()); + SDL_GetError()) return nullptr; } SDL_SetTextureBlendMode(texture, SDL_BLENDMODE_BLEND); -- cgit v1.2.3-60-g2f50