Fix stray whitespace

This commit is contained in:
Michael Scire 2018-05-01 11:09:18 -06:00
parent 7a37cf6c66
commit cf7a83b0d3

View File

@ -555,7 +555,7 @@ int main(int argc, char* argv[]) {
memcpy(buf[i], &elf[phdr->p_offset], phdr->p_filesz);
cmp[i] = BLZ_Code(buf[i], phdr->p_filesz, &kip_hdr.Segments[i].CompSz, BLZ_BEST);
file_off += kip_hdr.Segments[i].CompSz;
dst_off += kip_hdr.Segments[i].DecompSz;
dst_off = (dst_off + 0xFFF) & ~0xFFF;