mirror of
https://github.com/encounter/SDL.git
synced 2025-12-13 15:16:13 +00:00
Remove unneeded semicolon
This commit is contained in:
@@ -261,7 +261,7 @@ screenshotwindow_cleanup_windowdc:
|
||||
if(!ReleaseDC(hwnd, windowdc))
|
||||
{
|
||||
SDLTest_LogError("ReleaseDC() failed");
|
||||
return_code = 0;;
|
||||
return_code = 0;
|
||||
}
|
||||
|
||||
screenshotwindow_cleanup_generic:
|
||||
|
||||
Reference in New Issue
Block a user