Commit f35761bc authored by JULIAN GARDNER's avatar JULIAN GARDNER Committed by Michael Niedermayer

udp: fix indention

parent 25c32d08
......@@ -518,7 +518,7 @@ static int udp_open(URLContext *h, const char *uri, int flags)
fail:
if (udp_fd >= 0)
closesocket(udp_fd);
av_fifo_free(s->fifo);
av_fifo_free(s->fifo);
av_free(s);
return AVERROR(EIO);
}
......
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