Skip to content

Commit

Permalink
Fix typo in nedmalloc warning fix
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Johannes Sixt authored and Junio C Hamano committed Jun 11, 2009
1 parent 48c46f1 commit 2ae8239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/nedmalloc/malloc.c.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2ae8239

Please sign in to comment.