mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-24 19:15:40 +00:00
Fixed missing return warning in test program source.
This commit is contained in:
parent
2521e49769
commit
18125f76df
|
@ -287,6 +287,7 @@ main(int argc, char *argv[])
|
|||
}
|
||||
SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue