Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove spurious else..
[simgrid.git] / src / xbt / asserts.c
index e70f983..ab412ad 100644 (file)
@@ -26,7 +26,7 @@ XBT_LOG_DEFAULT_CATEGORY(xbt);
  */
 void xbt_die(const char *msg)
 {
-  CRITICAL1("%s", msg);
+  XBT_CRITICAL("%s", msg);
   xbt_abort();
 }