pad: remove comma at the end of the last enum value
authorStefan Kost <ensonic@users.sf.net>
Thu, 15 Jul 2010 09:01:24 +0000 (12:01 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 15 Jul 2010 09:03:04 +0000 (12:03 +0300)
Fixes the build for c++.

gst/gstpad.h

index fc7a3c2..99d4e05 100644 (file)
@@ -207,7 +207,7 @@ typedef enum {
   GST_PAD_LINK_CHECK_NOTHING       = 0,
   GST_PAD_LINK_CHECK_HIERARCHY     = 1 << 0,
   GST_PAD_LINK_CHECK_TEMPLATE_CAPS = 1 << 1,
-  GST_PAD_LINK_CHECK_CAPS          = 1 << 2,
+  GST_PAD_LINK_CHECK_CAPS          = 1 << 2
 } GstPadLinkCheck;
 
 /**