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 1239b85..1484993 100644 --- a/i_validation.c +++ b/i_validation.c @@ -165,7 +165,7 @@ int validate_imm_numbers(char *smode_buf) { return _NA; } -int validate_L(char *smode_buf, int mode) { +int validate_LN(char *smode_buf, int mode) { // this is still a huge function, validating strings is complicated.... // although i will admit that the code is overall just so much easier to work with. Still happy that i fixed that. |