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 5823dd4724
commit 7848b66e3e

View file

@ -265,7 +265,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;
/**