From 7869a379f4eecd0642a263b5cdf4e8dfabac8036 Mon Sep 17 00:00:00 2001 From: slack Date: Thu, 11 Jun 2009 20:28:11 +0200 Subject: [PATCH] Added exit() to _start() :P --- lolailo.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.34.1