Fix return

This commit is contained in:
2026-06-21 00:55:12 +01:00
parent e8a40e04a9
commit 44a34ed0a2
+1 -1
View File
@@ -1017,7 +1017,7 @@ int main() {
wapp_mem_arena_allocator_destroy(&arena);
// }}}
return 0;
return EXIT_CODE_SUCCESS;
}
// {{{ Helper Functions