summaryrefslogtreecommitdiff
path: root/i_validation.h
diff options
context:
space:
mode:
authorOskar <>2024-03-22 19:56:34 +0100
committerOskar <>2024-03-22 19:56:34 +0100
commit3bb6a5a525bc3edbf853c9f557486fb12081840a (patch)
treeeaf4dece2b6f6c036dbcbd630679bfee1ddcb1b3 /i_validation.h
parenteb0556f79fec4b7faaa374c702aa78bceb089334 (diff)
vcimm tested, some invalid checks are let through but thats out of scope for this function. It will be checked for in other functions.
Diffstat (limited to 'i_validation.h')
-rw-r--r--i_validation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i_validation.h b/i_validation.h
index 760f857..52525f6 100644
--- a/i_validation.h
+++ b/i_validation.h
@@ -10,7 +10,7 @@
#define _PLUS_CONTINUE 2
#define _PLUS_NOTHING _VALID
#define _IMM_NUMBER 4
-#define _IMM_NOTHING 5
+#define _IMM_NOTHING _VALID
#define _CONTINUE 6
#define _NA 7