Compare commits

..

No commits in common. "c91f1b9e9b36e36f123047c4388096ca7fda4536" and "5eeb7d6819c542641e3134dcbf9c80f67ac9b2c7" have entirely different histories.

2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 775f0864a894c1edac551cd338038b9e435dfcf1
Subproject commit 8b6fb23bac98ff4b67219f4c020369cc0b0dce7d

View File

@ -21,7 +21,7 @@ enum {
int main(void) {
Arena *arena = NULL;
if (!wapp_mem_arena_init(&arena, GB(10))) {
if (!wapp_mem_arena_init_default(&arena, GB(10))) {
return TINY_EXIT_ARENA_INIT_FAILED;
}