*** empty log message ***

This commit is contained in:
Sam Lantinga 2002-06-10 20:21:55 +00:00
parent b25a6714c1
commit f1576c5cfb

View File

@ -19,5 +19,7 @@ int main(int argc, char *argv[])
QWidget dummy;
app.showMainWidget(&dummy);
#endif
return(SDL_main(argc, argv));
// Exit here because if return is used, the application
// doesn't seem to quit correctly.
exit(SDL_main(argc, argv));
}