Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove trailing commas in enum declarations.
[simgrid.git] / src / surf / surf_private.h
index 25731a2..bb7ee78 100644 (file)
@@ -20,7 +20,7 @@
 typedef enum {
   UM_FULL,
   UM_LAZY,
-  UM_UNDEFINED,
+  UM_UNDEFINED
 } e_UM_t;
 
 /* user-visible parameters */