From c9cb9718922fbfea5bdbf6933235eefcca0152d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= 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) --- gst/smoothwave/gstsmoothwave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/smoothwave/gstsmoothwave.c') diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c index 9775e3d0..7f1dc9cd 100644 --- a/gst/smoothwave/gstsmoothwave.c +++ b/gst/smoothwave/gstsmoothwave.c @@ -44,7 +44,7 @@ enum ARG_0, ARG_WIDTH, ARG_HEIGHT, - ARG_WIDGET, + ARG_WIDGET }; static void gst_smoothwave_base_init (gpointer g_class); -- cgit v1.2.1