preprecessor typo

This commit is contained in:
Mathieu Lacage
2007-02-16 09:42:53 +01:00
parent 7f5d4a1a79
commit 342ada342a

View File

@@ -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 */