From 31b42345c377a509fe66a1bdbcee53e7644ced6b Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 26 Jun 2017 21:31:36 -0700 Subject: [PATCH] Fix nesting brace in comment on #endif. modified: i386-linux.elf-main.c --- src/stub/src/i386-linux.elf-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/src/i386-linux.elf-main.c b/src/stub/src/i386-linux.elf-main.c index 4add15e7..fb0f5e76 100644 --- a/src/stub/src/i386-linux.elf-main.c +++ b/src/stub/src/i386-linux.elf-main.c @@ -915,7 +915,7 @@ void *upx_main( Elf32_Addr entry = do_xmap((int)f_exp, ehdr, &xi, av, &reloc, f_unf #if defined(__mips__) //{ , page_mask -#endif +#endif //} ); DPRINTF("upx_main2 entry=%%p reloc=%%p\\n", entry, reloc); auxv_up(av, AT_ENTRY , entry);