From ff3a639c92e14209dc94e6c80db6947bfc4bd482 Mon Sep 17 00:00:00 2001 From: André Zwing Date: Wed, 19 Jul 2023 19:25:45 +0200 Subject: Add missing curly brackets --- src/custommem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/custommem.c b/src/custommem.c index d2b752c0..a92f9831 100644 --- a/src/custommem.c +++ b/src/custommem.c @@ -1463,7 +1463,7 @@ void init_custommem_helper(box64context_t* ctx) memprot[i].prot = memprot_default; init_mutexes(); #ifdef DYNAREC - if(box64_dynarec) + if(box64_dynarec) { for(int i=0; i<(1<