Remove unneeded semicolon

This commit is contained in:
Sylvain
2022-11-17 10:43:45 +01:00
parent 60c6cd554d
commit ddad901c0d
10 changed files with 14 additions and 13 deletions

View File

@@ -261,7 +261,7 @@ screenshotwindow_cleanup_windowdc:
if(!ReleaseDC(hwnd, windowdc))
{
SDLTest_LogError("ReleaseDC() failed");
return_code = 0;;
return_code = 0;
}
screenshotwindow_cleanup_generic: