gst/: Remove comma at end of enumerator list.
[platform/upstream/gstreamer.git] / gst / gstbus.h
index 3aa5991..8e07581 100644 (file)
@@ -65,7 +65,7 @@ typedef enum
 {
   GST_BUS_DROP = 0,
   GST_BUS_PASS = 1,
-  GST_BUS_ASYNC = 2,
+  GST_BUS_ASYNC = 2
 } GstBusSyncReply;
 
 /**