aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3fe477c..d36d9be 100644
--- a/main.c
+++ b/main.c
@@ -147,7 +147,7 @@ main_window(mu_Context *ctx) {
r_get_window_size(&w, &h);
if (!mu_begin_window(ctx, TITLE, mu_rect(0, 0, w, h))) {
- return;
+ exit(EXIT_SUCCESS);
}
/* TODO */
mu_layout_row(ctx, 2, (int[]) {0, 0}, 0);