that bracket needs to be closed
authorBenjamin Otte <otte@gnome.org>
Tue, 25 Nov 2003 19:11:56 +0000 (19:11 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 25 Nov 2003 19:11:56 +0000 (19:11 +0000)
Original commit message from CVS:
that bracket needs to be closed

ext/shout/gstshout.c

index 1c2e6a9cc7d2fbc1f1ac175c6e4e40efc4ca131b..cda20e7fe12a2ffd549c48aa16fc79e28e2102d1 100644 (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,