src/ld65/main.c: fix copy'n'paste error in comment
This commit is contained in:
parent
5a05acf936
commit
dd53c2ddc3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue