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
This commit is contained in:
Eli Friedman 2010-06-27 17:51:17 +00:00 committed by Martin Storsjö
parent 805488f0e2
commit 8b4845c0b0
1 changed files with 0 additions and 1 deletions

View File

@ -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;