diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-12-29 16:34:51 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-12-29 16:34:51 +0000 |
commit | 5cc9253f35c8bce78cd36ce21296b49ca94c165e (patch) | |
tree | 491441bf1fb677c6650eaa257c2d7f8bffbf6571 /libavformat/utils.c | |
parent | 7ef55085f0c5333d7fc7bfa1e87015c5a71e0ad9 (diff) | |
download | ffmpeg-5cc9253f35c8bce78cd36ce21296b49ca94c165e.tar.gz |
indent
Originally committed as revision 11348 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |