From f17d9967c23e60a6756fd59a03bc1a382420afb3 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Wed, 20 Jan 2021 05:54:53 -0800 Subject: [PATCH] Clarify comment in previous commit modified: main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 906fef91..190c5420 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1409,7 +1409,7 @@ int upx_main(int argc, char *argv[]) { static char default_argv0[] = "upx"; upx_compiler_sanity_check(); - // allow serial re-use of main() as a subroutine + // Allow serial re-use of upx_main() as a subroutine done_output_name = 0; opt->reset();