From 7f65719736312bf59b7ac18d11649f6f1492896c Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 19 May 2009 07:56:55 +0000 Subject: [PATCH] DARWIN sync: wibble. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9983 --- coregrind/m_replacemalloc/vg_replace_malloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coregrind/m_replacemalloc/vg_replace_malloc.c b/coregrind/m_replacemalloc/vg_replace_malloc.c index 3de33f91ae..e5dcbb30dc 100644 --- a/coregrind/m_replacemalloc/vg_replace_malloc.c +++ b/coregrind/m_replacemalloc/vg_replace_malloc.c @@ -109,8 +109,8 @@ static int init_done; static void init(void) __attribute__((constructor)); #define MALLOC_TRACE(format, args...) \ - if (info.clo_trace_malloc) \ - VALGRIND_INTERNAL_PRINTF(format, ## args ) + if (info.clo_trace_malloc) { \ + VALGRIND_INTERNAL_PRINTF(format, ## args ); } /* Below are new versions of malloc, __builtin_new, free, __builtin_delete, calloc, realloc, memalign, and friends. -- 2.47.3