From 3bb6a5a525bc3edbf853c9f557486fb12081840a Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Fri, 22 Mar 2024 19:56:34 +0100 Subject: vcimm tested, some invalid checks are let through but thats out of scope for this function. It will be checked for in other functions. --- i_validation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i_validation.h') 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 -- cgit v1.2.3