Fix typo in nedmalloc warning fix
Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
48c46f1a14
commit
2ae8239d03
@ -2543,7 +2543,7 @@ struct malloc_params {
|
||||
static struct malloc_params mparams;
|
||||
|
||||
/* Ensure mparams initialized */
|
||||
#define ensure_initialization() ((void)(mparams.magic == 0 || init_mparams()))
|
||||
#define ensure_initialization() ((void)(mparams.magic != 0 || init_mparams()))
|
||||
|
||||
#if !ONLY_MSPACES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user