From 8448310cea02c8bc8b8f530504888352bac130c7 Mon Sep 17 00:00:00 2001 From: Stéphane Loeuillet Date: Mon, 24 May 2004 12:52:37 +0000 Subject: fix shout2send compilation problem with -Wall -Werror Original commit message from CVS: fix shout2send compilation problem with -Wall -Werror --- ext/shout2/gstshout2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/shout2') 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 -- cgit