summaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input.c')
-rw-r--r--input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input.c b/input.c
index a2c97f0..8776f4d 100644
--- a/input.c
+++ b/input.c
@@ -34,7 +34,7 @@ int smode_input(char *single, char **multiple, uint64_t focus) { // This functio
case 'l':
case 'L': {
- int chk = validate_L(smode_buf, MODE_L);
+ int chk = validate_LN(smode_buf, MODE_L);
if (chk == _INVALID) {
return _FAIL;
}
@@ -46,7 +46,7 @@ int smode_input(char *single, char **multiple, uint64_t focus) { // This functio
case 'n':
case 'N': {
- int chk = validate_L(smode_buf, MODE_N);
+ int chk = validate_LN(smode_buf, MODE_N);
if (chk == _INVALID) {
return _FAIL;
}