From 3559ecbadc4906b25fe010a398bea459994ef989 Mon Sep 17 00:00:00 2001 From: Terry Dontje Date: Tue, 12 Aug 2008 12:22:54 +0000 Subject: [PATCH] One more time. Some how got a newline between the last 2 zeros in the define. This commit was SVN r19250. --- ompi/debuggers/ompi_msgq_dll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/debuggers/ompi_msgq_dll.c b/ompi/debuggers/ompi_msgq_dll.c index adfcb333fd..e3587b0468 100644 --- a/ompi/debuggers/ompi_msgq_dll.c +++ b/ompi/debuggers/ompi_msgq_dll.c @@ -115,8 +115,8 @@ #define VERBOSE_REQ 0x00000010 #define VERBOSE_REQ_DUMP 0x00000020 -#define VERBOSE 0x0000000 -0 +#define VERBOSE 0x00000000 + #if VERBOSE #define DEBUG(LEVEL, WHAT) if(LEVEL & VERBOSE) { printf WHAT; } #else