summaryrefslogtreecommitdiffstats
path: root/ext/shout2
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-24 12:52:37 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-24 12:52:37 +0000
commit8448310cea02c8bc8b8f530504888352bac130c7 (patch)
tree06e1eec773dfbcebbea41930cd32af0b73779e76 /ext/shout2
parente0dc3233f21648c3e434f5c229c944a64abc8191 (diff)
fix shout2send compilation problem with -Wall -Werror
Original commit message from CVS: fix shout2send compilation problem with -Wall -Werror
Diffstat (limited to 'ext/shout2')
-rw-r--r--ext/shout2/gstshout2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c
index 7e643cf6..608cb8b8 100644
--- a/ext/shout2/gstshout2.c
+++ b/ext/shout2/gstshout2.c
@@ -83,7 +83,7 @@ static GstElementStateReturn gst_shout2send_change_state (GstElement * element);
static GstElementClass *parent_class = NULL;
-static guint gst_shout2send_signals[LAST_SIGNAL] = { 0, 0 };
+static guint gst_shout2send_signals[LAST_SIGNAL] = { 0 };
#define GST_TYPE_SHOUT_PROTOCOL (gst_shout2send_protocol_get_type())
static GType