From 8ab84441bb8c1e7e698eb152c13e64e6681638db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Fri, 21 May 2004 23:53:08 +0000 Subject: fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... Original commit message from CVS: fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/sys/ this time) --- sys/sunaudio/gstsunaudio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/sunaudio') diff --git a/sys/sunaudio/gstsunaudio.c b/sys/sunaudio/gstsunaudio.c index f95138b0..de24afc3 100644 --- a/sys/sunaudio/gstsunaudio.c +++ b/sys/sunaudio/gstsunaudio.c @@ -81,14 +81,14 @@ static GstElementDetails plugin_details = { enum { /* FILL ME */ - LAST_SIGNAL, + LAST_SIGNAL }; enum { ARG_0, ARG_DEVICE, - ARG_BUFFER_SIZE, + ARG_BUFFER_SIZE }; static GstStaticPadTemplate gst_sunaudiosink_sink_factory = -- cgit v1.2.1