summaryrefslogtreecommitdiffstats
path: root/gst/smoothwave/gstsmoothwave.c
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:28:57 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:28:57 +0000
commit4c89978b6e2e5d8d37d3b6810c3ce38bf20fb673 (patch)
treeb30718e4a7043aae0bfdd4269074e79c1cb9d5e3 /gst/smoothwave/gstsmoothwave.c
parentec8a1bb76cd36de9bfa880fed9d44ae617fa2fc4 (diff)
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)
Diffstat (limited to 'gst/smoothwave/gstsmoothwave.c')
-rw-r--r--gst/smoothwave/gstsmoothwave.c2
1 files changed, 1 insertions, 1 deletions
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);