mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Remove unneeded semicolon
This commit is contained in:
parent
60c6cd554d
commit
ddad901c0d
10 changed files with 14 additions and 13 deletions
|
|
@ -261,7 +261,7 @@ screenshotwindow_cleanup_windowdc:
|
|||
if(!ReleaseDC(hwnd, windowdc))
|
||||
{
|
||||
SDLTest_LogError("ReleaseDC() failed");
|
||||
return_code = 0;;
|
||||
return_code = 0;
|
||||
}
|
||||
|
||||
screenshotwindow_cleanup_generic:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue