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
1 changed files with 2 additions and 2 deletions

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);