src/core/model/fatal-error.h
changeset 7256 b04ba6772f8c
parent 7169 358f71a624d8
child 10654 0148f9c47331
--- 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)