--- a/src/core/model/fatal-error.h Sun May 22 23:17:41 2011 -0700
+++ b/src/core/model/fatal-error.h Sun May 22 23:18:47 2011 -0700
@@ -73,7 +73,7 @@
do \
{ \
std::cerr << "msg=\"" << msg << "\", "; \
- NS_FATAL_ERROR_NO_MSG(); \
+ NS_FATAL_ERROR_NO_MSG (); \
} \
while (false)