pacify old gcc take 2

Original commit message from CVS:
pacify old gcc take 2
This commit is contained in:
Andy Wingo 2005-09-27 16:43:37 +00:00
parent 3a83892181
commit 9717993b46

View file

@ -186,7 +186,7 @@ static GstFlowReturn
gst_tcpserversrc_create (GstPushSrc * psrc, GstBuffer ** outbuf)
{
GstTCPServerSrc *src;
GstFlowReturn ret;
GstFlowReturn ret = GST_FLOW_OK;
src = GST_TCPSERVERSRC (psrc);