diff options
Diffstat (limited to 'nim/nimconf.pas')
-rwxr-xr-x[-rw-r--r--] | nim/nimconf.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/nimconf.pas b/nim/nimconf.pas index 842446ae9..69c6f7618 100644..100755 --- a/nim/nimconf.pas +++ b/nim/nimconf.pas @@ -218,7 +218,7 @@ begin ppGetTok(L, tok) end else - lexMessage(L, errUnknownDirective, tokToStr(tok)) + lexMessage(L, errInvalidDirectiveX, tokToStr(tok)) end end; |