diff options
author | Benjamin Otte <otte@gnome.org> | 2003-11-25 19:11:56 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-11-25 19:11:56 +0000 |
commit | a07fec515ddfefd13109634c55b472d066ab074f (patch) | |
tree | a6c67fbb390149a5fce2816362b3a2e796c840d9 | |
parent | 36c6d7eec3d7e71f36e534e81e3fea1297129209 (diff) | |
download | gst-plugins-bad-a07fec515ddfefd13109634c55b472d066ab074f.tar.gz gst-plugins-bad-a07fec515ddfefd13109634c55b472d066ab074f.tar.bz2 gst-plugins-bad-a07fec515ddfefd13109634c55b472d066ab074f.zip |
that bracket needs to be closed
Original commit message from CVS:
that bracket needs to be closed
-rw-r--r-- | ext/shout/gstshout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c index 1c2e6a9c..cda20e7f 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, |