that bracket needs to be closed
Original commit message from CVS: that bracket needs to be closed
This commit is contained in:
parent
36c6d7eec3
commit
a07fec515d
@ -109,7 +109,7 @@ gst_icecastsend_get_type (void)
|
|||||||
if (!icecastsend_type) {
|
if (!icecastsend_type) {
|
||||||
static const GTypeInfo icecastsend_info = {
|
static const GTypeInfo icecastsend_info = {
|
||||||
sizeof (GstIcecastSendClass),
|
sizeof (GstIcecastSendClass),
|
||||||
(GBaseInitFunc gst_icecastsend_base_init, NULL,
|
(GBaseInitFunc) gst_icecastsend_base_init, NULL,
|
||||||
(GClassInitFunc) gst_icecastsend_class_init, NULL, NULL,
|
(GClassInitFunc) gst_icecastsend_class_init, NULL, NULL,
|
||||||
sizeof (GstIcecastSend), 0,
|
sizeof (GstIcecastSend), 0,
|
||||||
(GInstanceInitFunc) gst_icecastsend_init,
|
(GInstanceInitFunc) gst_icecastsend_init,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user