first batch : remove ',' at end of enums as they could confuse older gcc, foreign...
[platform/upstream/gstreamer.git] / gst / wavenc / gstwavenc.c
index 7c3e9de..36b265d 100644 (file)
@@ -98,7 +98,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
 
 enum
 {
-  PROP_0,
+  PROP_0
 };
 
 static GstElementClass *parent_class = NULL;