Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix C++ comment
[simgrid.git] / src / xbt / ex.c
index 48ab1de..993bb91 100644 (file)
@@ -276,7 +276,7 @@ void xbt_ex_free(xbt_ex_t e) {
        free((char*)e.bt_strings[i]);
      free((char **)e.bt_strings);
   }
        free((char*)e.bt_strings[i]);
      free((char **)e.bt_strings);
   }
-//  memset(e,0,sizeof(xbt_ex_t));
+  /* memset(e,0,sizeof(xbt_ex_t)); */
 }
 
 /** \brief returns a short name for the given exception category */
 }
 
 /** \brief returns a short name for the given exception category */