Fixed missing return warning in test program source.

This commit is contained in:
Philipp Wiesemann
2013-12-24 19:55:41 +01:00
parent 5bd755eb13
commit 7107a779df

View File

@@ -287,6 +287,7 @@ main(int argc, char *argv[])
}
SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK);
return 0;
}
#else