mirror of https://github.com/libsdl-org/SDL.git
Fixed build
This commit is contained in:
parent
59a0416819
commit
effc16954f
|
|
@ -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…
Reference in New Issue