that bracket needs to be closed

Original commit message from CVS:
that bracket needs to be closed
This commit is contained in:
Benjamin Otte 2003-11-25 19:11:56 +00:00
parent 36c6d7eec3
commit a07fec515d

View file

@ -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,