Skip to content

Commit 2ae8239

Browse files
j6tgitster
authored andcommitted
Fix typo in nedmalloc warning fix
Signed-off-by: Johannes Sixt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 48c46f1 commit 2ae8239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/nedmalloc/malloc.c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,7 @@ struct malloc_params {
25432543
static struct malloc_params mparams;
25442544

25452545
/* Ensure mparams initialized */
2546-
#define ensure_initialization() ((void)(mparams.magic == 0 || init_mparams()))
2546+
#define ensure_initialization() ((void)(mparams.magic != 0 || init_mparams()))
25472547

25482548
#if !ONLY_MSPACES
25492549

0 commit comments

Comments
 (0)