From cecd643ab2de3e4dbd69e76c58b928ab2aa2a80f Mon Sep 17 00:00:00 2001 From: Teddy Date: Wed, 7 Aug 2013 00:56:37 +0800 Subject: list checking fix --- consts.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'consts.cpp') 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" }; -- cgit v1.2.3