mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue