indent
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 29 Dec 2007 16:34:51 +0000 (16:34 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 29 Dec 2007 16:34:51 +0000 (16:34 +0000)
Originally committed as revision 11348 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/utils.c

index 9e6b12f..ea47bcf 100644 (file)
@@ -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