diff options
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; } |