Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove trailing commas in enum declarations.
[simgrid.git] / include / msg / datatypes.h
index edb9b73..70d1d30 100644 (file)
@@ -145,7 +145,7 @@ typedef enum {
   MSG_HOST_FAILURE = 4,       /**< @brief System shutdown. The host on which you are
       running has just been rebooted. Free your datastructures and
       return now !*/
-  MSG_TASK_CANCELED = 8,     /**< @brief Canceled task. This task has been canceled by somebody!*/
+  MSG_TASK_CANCELED = 8      /**< @brief Canceled task. This task has been canceled by somebody!*/
 } MSG_error_t;
 /** @} */