preprecessor typo
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri, 16 Feb 2007 09:42:53 +0100
changeset 285 56866666cc24
parent 284 3749e29d9a63
child 286 57e6a2006962
preprecessor typo
src/core/debug.h
--- a/src/core/debug.h	Fri Feb 16 09:40:19 2007 +0100
+++ b/src/core/debug.h	Fri Feb 16 09:42:53 2007 +0100
@@ -118,7 +118,7 @@
  * 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 */