diff options
Diffstat (limited to 'consts.cpp')
-rw-r--r-- | consts.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,5 +14,6 @@ const char *ERR_MSG[] = { "Illegal character in escape sequence: #\\%s", "Unknown character name: %s", "Improper pair structure", - "Improper vector structure" + "Improper vector structure", + "Bad formal %s in expression" }; |