From 5cc9253f35c8bce78cd36ce21296b49ca94c165e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 29 Dec 2007 16:34:51 +0000 Subject: [PATCH] indent Originally committed as revision 11348 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index 9e6b12f9af..ea47bcf014 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -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