projects
/
lolailo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1081be0
)
Added exit() to _start() :P
author
slack
<slack@codemaniacs.com>
Thu, 11 Jun 2009 18:28:11 +0000
(20:28 +0200)
committer
slack
<slack@codemaniacs.com>
Thu, 11 Jun 2009 18:28:11 +0000
(20:28 +0200)
lolailo.c
patch
|
blob
|
history
diff --git
a/lolailo.c
b/lolailo.c
index ce860007a28bfef7b16da6a871110448b23245ff..806e13f9f638cea6139588141b84e0bd57cfa149 100644
(file)
--- a/
lolailo.c
+++ b/
lolailo.c
@@
-1,5
+1,6
@@
//#include <QtGui/QApplication>
#include <SDL/SDL.h>
+#include <unistd.h>
//#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;
}