From 4c89978b6e2e5d8d37d3b6810c3ce38bf20fb673 Mon Sep 17 00:00:00 2001 From: Stéphane Loeuillet Date: Fri, 21 May 2004 23:28:57 +0000 Subject: second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... Original commit message from CVS: second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/ext/ this time) --- ext/raw1394/gstdv1394src.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/raw1394') diff --git a/ext/raw1394/gstdv1394src.c b/ext/raw1394/gstdv1394src.c index be9de56e..c1e7acdb 100644 --- a/ext/raw1394/gstdv1394src.c +++ b/ext/raw1394/gstdv1394src.c @@ -42,7 +42,7 @@ enum ARG_0, ARG_CONSECUTIVE, ARG_SKIP, - ARG_DROP_INCOMPLETE, + ARG_DROP_INCOMPLETE }; static GstElementDetails gst_dv1394src_details = -- cgit