Commit 5cc9253f authored by Michael Niedermayer's avatar Michael Niedermayer

indent

Originally committed as revision 11348 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7ef55085
......@@ -2966,7 +2966,7 @@ void url_split(char *proto, int proto_size,
if(!ls)
ls = strchr(p, '?');
if(ls)
av_strlcpy(path, ls, path_size);
av_strlcpy(path, ls, path_size);
else
ls = &p[strlen(p)]; // XXX
......
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