whitespace fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-03-24 15:00:12 +01:00
parent f4a670a911
commit 876c121ccb
3 changed files with 3 additions and 3 deletions

View File

@@ -239,7 +239,7 @@ static uint32_t find_cdf_offset(void)
end = 0;
dbg("Looking for cdf_offset starting from 0x%"OFF_FMT"x", end);
xlseek(zip_fd, end, SEEK_SET);
xlseek(zip_fd, end, SEEK_SET);
buf = xzalloc(PEEK_FROM_END);
full_read(zip_fd, buf, PEEK_FROM_END);