aboutsummaryrefslogtreecommitdiff
path: root/consts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'consts.cpp')
-rw-r--r--consts.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/consts.cpp b/consts.cpp
index db2a4d5..eb17eaa 100644
--- a/consts.cpp
+++ b/consts.cpp
@@ -12,5 +12,7 @@ const char *ERR_MSG[] = {
"Wrong type (expecting %s)",
"Internal Error !!! File a bug please!",
"Illegal character in escape sequence: #\\%s",
- "Unknown character name: %s"
+ "Unknown character name: %s",
+ "Improper pair structure",
+ "Improper vector structure"
};