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) --- ext/cdaudio/gstcdaudio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/cdaudio') diff --git a/ext/cdaudio/gstcdaudio.c b/ext/cdaudio/gstcdaudio.c index f622d5e4..aed35f79 100644 --- a/ext/cdaudio/gstcdaudio.c +++ b/ext/cdaudio/gstcdaudio.c @@ -69,14 +69,14 @@ enum ARG_VOLUME_FR, ARG_VOLUME_FL, ARG_VOLUME_BR, - ARG_VOLUME_BL, + ARG_VOLUME_BL }; /* signals */ enum { TRACK_CHANGE, - LAST_SIGNAL, + LAST_SIGNAL }; static void gst_cdaudio_class_init (GstCDAudioClass * klass); -- cgit v1.2.1