ffserver: drop redundant else clause

Signed-off-by: 's avatarReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
parent 9e55130a
......@@ -2435,7 +2435,7 @@ static int http_send_data(HTTPContext *c)
return -1;
else
return 0;
} else
}
c->buffer_ptr += len;
c->data_count += len;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment