Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Empty argument is allowed for XBT_IN().
[simgrid.git] / src / xbt / config.c
index 049aa7f..8bc054a 100644 (file)
@@ -595,7 +595,7 @@ void xbt_cfg_set_parse(xbt_cfg_t cfg, const char *options)
 
   int len;
 
-  XBT_IN("");
+  XBT_IN();
   if (!options || !strlen(options)) {   /* nothing to do */
     return;
   }