Small fix to make valid ANSI C again.
committer: mfx <mfx> 1142247837 +0000
This commit is contained in:
+2
-2
@@ -392,11 +392,11 @@ void *upx_main(
|
|||||||
Elf32_Addr reloc;
|
Elf32_Addr reloc;
|
||||||
Elf32_Addr entry;
|
Elf32_Addr entry;
|
||||||
|
|
||||||
(void)junk;
|
|
||||||
|
|
||||||
// sizeof(Ehdr+Phdrs), compressed; including b_info header
|
// sizeof(Ehdr+Phdrs), compressed; including b_info header
|
||||||
size_t const sz_pckhdrs = xi.size;
|
size_t const sz_pckhdrs = xi.size;
|
||||||
|
|
||||||
|
(void)junk;
|
||||||
|
|
||||||
// Uncompress Ehdr and Phdrs.
|
// Uncompress Ehdr and Phdrs.
|
||||||
unpackExtent(&xi, &xo, f_decompress, 0);
|
unpackExtent(&xi, &xo, f_decompress, 0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user