diff options
author | Oskar <> | 2024-03-22 20:32:39 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-22 20:32:39 +0100 |
commit | eef4456223d452f6d5bf2308f083f3304172c630 (patch) | |
tree | 1dac45294abc53aa98973b56176481d1adcd1fe2 /i_validation.c | |
parent | 3bb6a5a525bc3edbf853c9f557486fb12081840a (diff) |
vpc(t) tested OK i think
Diffstat (limited to 'i_validation.c')
-rw-r--r-- | i_validation.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |