mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[client,sdl] fix return by abort event
This commit is contained in:
@@ -820,7 +820,7 @@ static int sdl_run(SdlContext* sdl)
|
||||
case WAIT_OBJECT_0:
|
||||
break;
|
||||
default:
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
SDL_Init(SDL_INIT_VIDEO);
|
||||
|
||||
@@ -824,7 +824,7 @@ static int sdl_run(SdlContext* sdl)
|
||||
case WAIT_OBJECT_0:
|
||||
break;
|
||||
default:
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
SDL_Init(SDL_INIT_VIDEO);
|
||||
|
||||
Reference in New Issue
Block a user