Compare commits
2 Commits
5eeb7d6819
...
c91f1b9e9b
| Author | SHA1 | Date | |
|---|---|---|---|
| c91f1b9e9b | |||
| 3ceafe5899 |
Submodule intern/wapp updated: 8b6fb23bac...775f0864a8
@@ -21,7 +21,7 @@ enum {
|
||||
|
||||
int main(void) {
|
||||
Arena *arena = NULL;
|
||||
if (!wapp_mem_arena_init_default(&arena, GB(10))) {
|
||||
if (!wapp_mem_arena_init(&arena, GB(10))) {
|
||||
return TINY_EXIT_ARENA_INIT_FAILED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user