mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-28 22:07:38 +00:00
Remove unnecesary break 2
Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
parent
77758b4431
commit
f8ffcf9789
@ -326,7 +326,6 @@ SDL_AppResult SDL_AppInit(void** appstate, int argc, char** argv)
|
||||
return SDL_APP_FAILURE;
|
||||
case SDL_APP_SUCCESS:
|
||||
return SDL_APP_SUCCESS;
|
||||
break;
|
||||
case SDL_APP_CONTINUE:
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user