Commit 8b4845c0 authored by Eli Friedman's avatar Eli Friedman Committed by Martin Storsjö

Remove an unused label, fixing a warning

Patch by Eli Friedman, eli dot friedman at gmail

Originally committed as revision 23828 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 805488f0
......@@ -209,7 +209,6 @@ int url_open(URLContext **puc, const char *filename, int flags)
ret = url_connect(*puc);
if (!ret)
return 0;
fail:
url_close(*puc);
*puc = NULL;
return ret;
......
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