Reword error message.

This commit is contained in:
Dianne Skoll
2025-11-01 13:07:38 -04:00
parent f2eb06c752
commit bf74ad1eb7
2 changed files with 4 additions and 4 deletions

View File

@@ -271,7 +271,7 @@ EXTERN char *ErrMsg[]
/* E_NO_MB */ "C library does not support multibyte characters",
/* E_BAD_MB_SEQ */ "Invalid multibyte sequence",
/* E_EXPR_NODES_EXCEEDED */ "Maximum expression complexity exceeded",
/* E_EXPECTING_EOXPR */ "Expecting end-of-expression",
/* E_EXPECTING_EOXPR */ "Expecting operator or end-of-expression",
}
#endif /* MK_GLOBALS */
;