[FFmpeg-cvslog] r11348 - trunk/libavformat/utils.c

michael subversion
Sat Dec 29 17:34:51 CET 2007


Author: michael
Date: Sat Dec 29 17:34:51 2007
New Revision: 11348

Log:
indent


Modified:
   trunk/libavformat/utils.c

Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	(original)
+++ trunk/libavformat/utils.c	Sat Dec 29 17:34:51 2007
@@ -2966,7 +2966,7 @@ void url_split(char *proto, int proto_si
     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
 




More information about the ffmpeg-cvslog mailing list