aboutsummaryrefslogtreecommitdiff
path: root/consts.cpp
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-07 00:56:37 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-07 00:56:37 +0800
commitcecd643ab2de3e4dbd69e76c58b928ab2aa2a80f (patch)
tree773d94e7a4309b32d61ee724b8dfd82e2e460221 /consts.cpp
parentdd6394d93dc21305e26232891daf5b19c226dd3a (diff)
list checking fix
Diffstat (limited to 'consts.cpp')
-rw-r--r--consts.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/consts.cpp b/consts.cpp
index eb17eaa..ffa0b30 100644
--- a/consts.cpp
+++ b/consts.cpp
@@ -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"
};