diff options
Diffstat (limited to 'apps/window.c')
-rw-r--r-- | apps/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/window.c b/apps/window.c index 96691fa..ac29ba1 100644 --- a/apps/window.c +++ b/apps/window.c @@ -4,7 +4,7 @@ #include <gui.h> #include <print.h> -int main() +int main(void) { struct gui_window win = { 0 }; assert(gui_new_window(&win) > 0); |