mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-11 09:02:36 +00:00
Fixed missing return warning in test program source.
This commit is contained in:
@@ -287,6 +287,7 @@ main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK);
|
SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user