*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40395
This commit is contained in:
Sam Lantinga 2002-06-10 20:21:55 +00:00
parent 239a05e033
commit ff198fcda7

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));
}