Commit 9ef441c5 authored by Lukasz Marek's avatar Lukasz Marek

lavf/ftp: remove double space

Signed-off-by: 's avatarLukasz Marek <lukasz.m.luki@gmail.com>
parent e0d124a9
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment