From: Christian Groessler Date: Tue, 30 Apr 2019 16:30:20 +0000 (+0200) Subject: src/ld65/main.c: fix copy'n'paste error in comment X-Git-Url: https://git.sur5r.net/?p=cc65;a=commitdiff_plain;h=dd53c2ddc355128a4251658c99a2ab0882d8eec4;ds=sidebyside src/ld65/main.c: fix copy'n'paste error in comment --- 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; }