Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 10, 2002
1 parent 4cd694b commit 02bafc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/linux/SDL_Qtopia_main.cc
Expand Up @@ -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));
}

0 comments on commit 02bafc3

Please sign in to comment.