From 342ada342acc58338634353c4f94c33041f9f86e Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 16 Feb 2007 09:42:53 +0100 Subject: [PATCH] preprecessor typo --- src/core/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/debug.h b/src/core/debug.h index c7025a8b3..34b85e6e4 100644 --- a/src/core/debug.h +++ b/src/core/debug.h @@ -118,7 +118,7 @@ private: * Generate debugging output unconditionally in all * debug builds. */ -#define NS_DEBUG_UNCOND (msg) \ +#define NS_DEBUG_UNCOND(msg) \ std::cout << msg << std::endl; #else /* NS3_DEBUG_ENABLE */