pacify old gcc

Original commit message from CVS:
pacify old gcc
This commit is contained in:
Andy Wingo 2005-09-27 16:40:45 +00:00
parent 21881814bc
commit 3a83892181

View file

@ -212,7 +212,7 @@ static GstFlowReturn
gst_tcpclientsrc_create (GstPushSrc * psrc, GstBuffer ** outbuf)
{
GstTCPClientSrc *src;
GstFlowReturn ret;
GstFlowReturn ret = GST_FLOW_OK;
src = GST_TCPCLIENTSRC (psrc);