diff options
author | Lukasz Marek <lukasz.m.luki@gmail.com> | 2014-01-21 01:26:18 +0100 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki@gmail.com> | 2014-01-22 00:41:13 +0100 |
commit | 9ef441c5255340c24ebd2cbc133ed487c4542840 (patch) | |
tree | 04b8a0ed210fd350c0707c306084bf7b8253dad4 /libavformat/ftp.c | |
parent | e0d124a9209f44a34e812fb26ba581552b55a731 (diff) | |
download | ffmpeg-9ef441c5255340c24ebd2cbc133ed487c4542840.tar.gz |
lavf/ftp: remove double space
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
Diffstat (limited to 'libavformat/ftp.c')
-rw-r--r-- | libavformat/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ftp.c b/libavformat/ftp.c index ed9a3db419..40a6a33c32 100644 --- a/libavformat/ftp.c +++ b/libavformat/ftp.c @@ -572,7 +572,7 @@ static int64_t ftp_seek(URLContext *h, int64_t pos, int whence) return AVERROR(EINVAL); } - if (h->is_streamed) + if (h->is_streamed) return AVERROR(EIO); /* XXX: Simulate behaviour of lseek in file protocol, which could be treated as a reference */ |