From: slack Date: Thu, 11 Jun 2009 18:28:11 +0000 (+0200) Subject: Added exit() to _start() :P X-Git-Url: http://slack.codemaniacs.com/git/?a=commitdiff_plain;h=7869a379f4eecd0642a263b5cdf4e8dfabac8036;p=lolailo.git Added exit() to _start() :P --- diff --git a/lolailo.c b/lolailo.c index ce86000..806e13f 100644 --- a/lolailo.c +++ b/lolailo.c @@ -1,5 +1,6 @@ //#include #include +#include //#include "mainwindow.h" #include "synth.h" #include "play.h" @@ -31,5 +32,6 @@ void _start() //int error = a.exec(); getchar(); SDL_Quit(); + _exit(0); //return error; }