summaryrefslogtreecommitdiffstats
path: root/ext/shout
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
commitc9cb9718922fbfea5bdbf6933235eefcca0152d4 (patch)
treefe125e098c3598bbf876c356fcf684ac01dfbb98 /ext/shout
parent97b6f6ccfa0ab837cb0e336a86f8a190d0ecd188 (diff)
downloadgst-plugins-bad-c9cb9718922fbfea5bdbf6933235eefcca0152d4.tar.gz
gst-plugins-bad-c9cb9718922fbfea5bdbf6933235eefcca0152d4.tar.bz2
gst-plugins-bad-c9cb9718922fbfea5bdbf6933235eefcca0152d4.zip
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 'ext/shout')
-rw-r--r--ext/shout/gstshout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c
index 8dd05e56..72b6227a 100644
--- a/ext/shout/gstshout.c
+++ b/ext/shout/gstshout.c
@@ -62,7 +62,7 @@ enum
ARG_ICY, /* use icy headers for login? (for use with shoutcast) */
ARG_AIM, /* AIM number (shoutcast only) */
ARG_ICQ, /* ICQ number (shoutcast only) */
- ARG_IRC, /* IRC server (shoutcast only) */
+ ARG_IRC /* IRC server (shoutcast only) */
};
static GstStaticPadTemplate sink_template_factory =