diff options
Diffstat (limited to 'ext/shout')
-rw-r--r-- | ext/shout/gstshout.c | 2 |
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 = |