From: Sebastian Dröge Date: Mon, 23 Apr 2012 07:18:48 +0000 (+0200) Subject: message: Remove comma at end of enum list X-Git-Tag: RELEASE-0.11.91~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f81e73a6cd7e219113a3dfa83aa7010d344f24d1;p=platform%2Fupstream%2Fgstreamer.git message: Remove comma at end of enum list This comma confuses some compilers. --- diff --git a/gst/gstmessage.h b/gst/gstmessage.h index aadb646..b7046e1 100644 --- a/gst/gstmessage.h +++ b/gst/gstmessage.h @@ -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; /**