From 9ef441c5255340c24ebd2cbc133ed487c4542840 Mon Sep 17 00:00:00 2001 From: Lukasz Marek Date: Tue, 21 Jan 2014 01:26:18 +0100 Subject: lavf/ftp: remove double space Signed-off-by: Lukasz Marek --- libavformat/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/ftp.c') 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 */ -- cgit v1.2.3