mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
Fixed build
This commit is contained in:
parent
59a0416819
commit
effc16954f
1 changed files with 1 additions and 2 deletions
|
|
@ -157,8 +157,7 @@ AddN3DSDisplay(gfxScreen_t screen)
|
|||
|
||||
modedata = SDL_malloc(sizeof(ModeDriverData));
|
||||
if (!modedata) {
|
||||
SDL_OutOfMemory();
|
||||
return;
|
||||
return SDL_OutOfMemory();
|
||||
}
|
||||
|
||||
mode.w = (screen == GFX_TOP) ? GSP_SCREEN_HEIGHT_TOP : GSP_SCREEN_HEIGHT_BOTTOM;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue