mirror of https://github.com/upx/upx.git
Small fix to make valid ANSI C again.
committer: mfx <mfx> 1142247837 +0000
This commit is contained in:
parent
cb7ee4c5d2
commit
ec6acbc602
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue