summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-11-25 19:11:56 +0000
committerBenjamin Otte <otte@gnome.org>2003-11-25 19:11:56 +0000
commita07fec515ddfefd13109634c55b472d066ab074f (patch)
treea6c67fbb390149a5fce2816362b3a2e796c840d9
parent36c6d7eec3d7e71f36e534e81e3fea1297129209 (diff)
downloadgstreamer-plugins-bad-a07fec515ddfefd13109634c55b472d066ab074f.tar.gz
that bracket needs to be closed
Original commit message from CVS: that bracket needs to be closed
-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 1c2e6a9cc..cda20e7fe 100644
--- a/ext/shout/gstshout.c
+++ b/ext/shout/gstshout.c
@@ -109,7 +109,7 @@ gst_icecastsend_get_type (void)
if (!icecastsend_type) {
static const GTypeInfo icecastsend_info = {
sizeof (GstIcecastSendClass),
- (GBaseInitFunc gst_icecastsend_base_init, NULL,
+ (GBaseInitFunc) gst_icecastsend_base_init, NULL,
(GClassInitFunc) gst_icecastsend_class_init, NULL, NULL,
sizeof (GstIcecastSend), 0,
(GInstanceInitFunc) gst_icecastsend_init,