From c58990d4eb93ebe05699cc5e6fa1697a050213aa Mon Sep 17 00:00:00 2001 From: Daan Date: Fri, 22 Nov 2024 13:55:10 -0800 Subject: [PATCH] fix syntax error (issue #963) --- test/main-override-static.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/main-override-static.c b/test/main-override-static.c index b2b6ee20..ccaba543 100644 --- a/test/main-override-static.c +++ b/test/main-override-static.c @@ -252,6 +252,8 @@ static void test_heap_arena(void) { break; } } +} + static void test_canary_leak(void) { char* p = mi_mallocn_tp(char,23); for(int i = 0; i < 23; i++) {