From eef4456223d452f6d5bf2308f083f3304172c630 Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Fri, 22 Mar 2024 20:32:39 +0100 Subject: vpc(t) tested OK i think --- i_validation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i_validation.c') diff --git a/i_validation.c b/i_validation.c index ffd7c0a..9ae541e 100644 --- a/i_validation.c +++ b/i_validation.c @@ -103,7 +103,7 @@ int validate_plus_continue(char *smode_buf) { // if vcpm returns _PLUS_CONTINUE } }//outer nested loop - return 0; // remove, its just here to make the compiler not output a bunch of warnings + return _NA; } -- cgit v1.2.3