aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2004-12-12 09:44:33 +0800
committerbland <bland@FreeBSD.org>2004-12-12 09:44:33 +0800
commit3b61f4eb3a127c88437d4c3fec78b32a843fa9ef (patch)
treeff51a106279264561e8776da4913719b361cdcdc /audio
parent0ee090e14e481e65d3458989974f4d481d8c0924 (diff)
downloadfreebsd-ports-gnome-3b61f4eb3a127c88437d4c3fec78b32a843fa9ef.tar.gz
freebsd-ports-gnome-3b61f4eb3a127c88437d4c3fec78b32a843fa9ef.tar.zst
freebsd-ports-gnome-3b61f4eb3a127c88437d4c3fec78b32a843fa9ef.zip
Add missed un-C99 patch.
Reported by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/sound-juicer/files/patch-src::bacon-cd-selection.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/sound-juicer/files/patch-src::bacon-cd-selection.c b/audio/sound-juicer/files/patch-src::bacon-cd-selection.c
new file mode 100644
index 000000000000..3bf5d559e3a5
--- /dev/null
+++ b/audio/sound-juicer/files/patch-src::bacon-cd-selection.c
@@ -0,0 +1,15 @@
+--- src/bacon-cd-selection.c.orig Sun Dec 12 10:27:00 2004
++++ src/bacon-cd-selection.c Sun Dec 12 10:27:57 2004
+@@ -179,10 +179,10 @@
+ static void
+ bacon_cd_selection_init (BaconCdSelection *bcs)
+ {
+- bcs->priv = g_new0 (BaconCdSelectionPrivate, 1);
+-
+ GtkCellRenderer *cell;
+ GtkListStore *store;
++
++ bcs->priv = g_new0 (BaconCdSelectionPrivate, 1);
+
+ store = gtk_list_store_new (1, G_TYPE_STRING);
+ gtk_combo_box_set_model (GTK_COMBO_BOX (bcs),