From 3395a05ff1267d32f6e305ee95cfbaa410f0935a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Fri, 21 May 2004 22:39:30 +0000 Subject: [PATCH] [MOVED FROM BAD 12/68] first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc Original commit message from CVS: first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc --- gst/colorspace/gstcolorspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/colorspace/gstcolorspace.c b/gst/colorspace/gstcolorspace.c index d4ef35d5ec..f321750a7f 100644 --- a/gst/colorspace/gstcolorspace.c +++ b/gst/colorspace/gstcolorspace.c @@ -76,7 +76,7 @@ enum { ARG_0, ARG_SOURCE, - ARG_DEST, + ARG_DEST }; static void gst_colorspace_base_init (gpointer g_class);