X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c0857127aadbff3d4d1d317ca35b0c50621663a..2615a1731654f6692c63756454581241ae82761d:/include/xbt/log.h diff --git a/include/xbt/log.h b/include/xbt/log.h index 5b92f13828..81aa6b215e 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -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) /**