We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd781c1 commit e08dfafCopy full SHA for e08dfaf
main/parse.c
@@ -3553,7 +3553,7 @@ static bool processLangDefineParam (const langType language,
3553
for (; p < name_end; p++)
3554
{
3555
if (!isalnum ((unsigned char) *p) && *p != '_')
3556
- error (FATAL, "unacceptable char as part of extra name in \"--%s\" option: '%c'",
+ error (FATAL, "unacceptable char as part of parameter name in \"--%s\" option: '%c'",
3557
option, *p);
3558
}
3559
0 commit comments