mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-11 22:38:38 +00:00
Fixed build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user