From dd53c2ddc355128a4251658c99a2ab0882d8eec4 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Tue, 30 Apr 2019 18:30:20 +0200 Subject: [PATCH] src/ld65/main.c: fix copy'n'paste error in comment --- src/ld65/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ld65/main.c b/src/ld65/main.c index 94a2101b3..a3fd81143 100644 --- a/src/ld65/main.c +++ b/src/ld65/main.c @@ -552,7 +552,7 @@ static void OptVersion (const char* Opt attribute ((unused)), static void OptMultDef (const char* Opt attribute ((unused)), const char* Arg attribute ((unused))) -/* Print the assembler version */ +/* Set flag to allow multiple definitions of a global symbol */ { AllowMultDef = 1; } -- 2.39.2