From a07fec515ddfefd13109634c55b472d066ab074f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 25 Nov 2003 19:11:56 +0000 Subject: that bracket needs to be closed Original commit message from CVS: that bracket needs to be closed --- ext/shout/gstshout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1