aboutsummaryrefslogtreecommitdiffstats
path: root/src/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h
index 3c85307..a814549 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -32,6 +32,7 @@ typedef enum ErrorValue {
32 ERR_WRONG_TYPE_T_F, 32 ERR_WRONG_TYPE_T_F,
33 ERR_WRONG_TYPE_NUM, 33 ERR_WRONG_TYPE_NUM,
34 ERR_WRONG_TYPE_BOOL, 34 ERR_WRONG_TYPE_BOOL,
35 ERR_TYPE_MISMATCH,
35 ERR_OK, 36 ERR_OK,
36} ErrorValue; 37} ErrorValue;
37 38