message: Remove comma at end of enum list

This comma confuses some compilers.
This commit is contained in:
Sebastian Dröge 2012-04-23 09:18:48 +02:00
parent f771d4619e
commit f81e73a6cd

View file

@ -264,7 +264,7 @@ typedef enum {
GST_PROGRESS_TYPE_CONTINUE = 1,
GST_PROGRESS_TYPE_COMPLETE = 2,
GST_PROGRESS_TYPE_CANCELED = 3,
GST_PROGRESS_TYPE_ERROR = 4,
GST_PROGRESS_TYPE_ERROR = 4
} GstProgressType;
/**