summaryrefslogtreecommitdiff
path: root/libavformat/gopher.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-03-08 09:05:03 +0000
committerMartin Storsjö <martin@martin.st>2010-03-08 09:05:03 +0000
commitf984dcf6dd3549b50e0ec40872b9485ac3d11f0e (patch)
treed40dbc095c9967000db3dbf7930a60a213cdb687 /libavformat/gopher.c
parentc5c6e67c28e0e30b681cff55e8d85bb963d8640e (diff)
Reindent
Originally committed as revision 22322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/gopher.c')
-rw-r--r--libavformat/gopher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/gopher.c b/libavformat/gopher.c
index abb1748bad..abef1b018e 100644
--- a/libavformat/gopher.c
+++ b/libavformat/gopher.c
@@ -90,7 +90,7 @@ static int gopher_open(URLContext *h, const char *uri, int flags)
/* needed in any case to build the host string */
ff_url_split(NULL, 0, auth, sizeof(auth), hostname, sizeof(hostname), &port,
- path, sizeof(path), uri);
+ path, sizeof(path), uri);
if (port < 0)
port = 70;