diff options
| author | Miguel <m.i@gmx.at> | 2018-10-18 06:23:26 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-18 06:23:26 +0200 |
| commit | e2a6ca9d03a3c0743384f0955609650f2cdce9bb (patch) | |
| tree | 09da82ba6fbb51c9492d05bd94a3d7b044492061 /userspace/pain2.c | |
| parent | 4d1a149531bc5d672cdf4a5a3e010662f9611d61 (diff) | |
struggling with new syscalls
Diffstat (limited to 'userspace/pain2.c')
| -rw-r--r-- | userspace/pain2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/userspace/pain2.c b/userspace/pain2.c index 68ca715..3c62463 100644 --- a/userspace/pain2.c +++ b/userspace/pain2.c @@ -24,6 +24,7 @@ void doscolor(int color,int color2) int main(int argc,char **argv) { + _gui_win(); for(int i=0;i<2000;i++) @@ -43,6 +44,6 @@ int main(int argc,char **argv) } } - return EXIT_SUCCESS; + return 0; } |
