Commit a66d1d53 authored by michael's avatar michael

indent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11348 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 471c947c
......@@ -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