diff options
author | Marvin Borner | 2021-03-17 22:33:31 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-17 22:33:31 +0100 |
commit | 63ed037fdbb04a4855531f5ce980d8517752f640 (patch) | |
tree | 512965efa1ace0248932b133dab260d7b52231bb /apps/window.c | |
parent | 50856df5b7272a6fdcd6a049351b7f1320c6cdaa (diff) |
Awesome!
Diffstat (limited to 'apps/window.c')
-rw-r--r-- | apps/window.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/window.c b/apps/window.c index 90a414c..0f9e7d1 100644 --- a/apps/window.c +++ b/apps/window.c @@ -8,8 +8,7 @@ int main(void) { struct gui_window win = { 0 }; assert(gui_new_window(&win) > 0); - while (1) - ; + return 0; #if 0 gfx_fill(win.ctx, COLOR_GREEN); // Professional testing |