From ec6acbc60211e751fbe9b9a76393299b5563b4a6 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 13 Mar 2006 11:03:57 +0000 Subject: [PATCH] Small fix to make valid ANSI C again. committer: mfx 1142247837 +0000 --- src/stub/l_lx_elf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stub/l_lx_elf.c b/src/stub/l_lx_elf.c index 01344810..68b634dc 100644 --- a/src/stub/l_lx_elf.c +++ b/src/stub/l_lx_elf.c @@ -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);