1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Small fix to make valid ANSI C again.

committer: mfx <mfx> 1142247837 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2006-03-13 11:03:57 +00:00
parent cb7ee4c5d2
commit ec6acbc602

View File

@ -392,11 +392,11 @@ void *upx_main(
Elf32_Addr reloc;
Elf32_Addr entry;
(void)junk;
// sizeof(Ehdr+Phdrs), compressed; including b_info header
size_t const sz_pckhdrs = xi.size;
(void)junk;
// Uncompress Ehdr and Phdrs.
unpackExtent(&xi, &xo, f_decompress, 0);