aboutsummaryrefslogtreecommitdiff
path: root/consts.cpp
diff options
context:
space:
mode:
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 c7058b0..ec3ed01 100644
--- a/consts.cpp
+++ b/consts.cpp
@@ -8,5 +8,6 @@ const char *SYN_ERR_MSG[] = {
"Empty parameter list in (%s)",
"Wrong number of arguments to procedure (%s)",
"Illegal empty combination ()",
- "Unexpected \")\""
+ "Unexpected \")\"",
+ "Wrong type (expecting %s)"
};