Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure it works on my laptop before trying on AIX, la putain de sa mere
[simgrid.git] / include / xbt / log.h
index 5b92f13..81aa6b2 100644 (file)
@@ -131,7 +131,7 @@ typedef enum {
  * (used by macros that don't explicitly specify a category).
  */
 #define GRAS_LOG_NEW_DEFAULT_CATEGORY(cname,desc)        \
-    GRAS_LOG_NEW_CATEGORY(cname,desc)                    \
+    GRAS_LOG_NEW_CATEGORY(cname,desc);                   \
     GRAS_LOG_DEFAULT_CATEGORY(cname)
 
 /**