1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

src/ld65/main.c: fix copy'n'paste error in comment

This commit is contained in:
Christian Groessler 2019-04-30 18:30:20 +02:00 committed by Oliver Schmidt
parent 5a05acf936
commit dd53c2ddc3

View File

@ -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;
}