aboutsummaryrefslogtreecommitdiff
path: root/shell/shell.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell.c b/shell/shell.c
index 1b66f19..4b354c6 100644
--- a/shell/shell.c
+++ b/shell/shell.c
@@ -641,7 +641,7 @@ parse_uint(const char *argv, unsigned *result)
641static uint8_t 641static uint8_t
642parse_nisstype(const char *arg) 642parse_nisstype(const char *arg)
643{ 643{
644 if (!strcmp("normal", arg)) 644 if (!strcmp("normal", arg) || !strcmp("", arg))
645 return NISSY_NISSFLAG_NORMAL; 645 return NISSY_NISSFLAG_NORMAL;
646 646
647 if (!strcmp("inverse", arg)) 647 if (!strcmp("inverse", arg))

Generated with cgit - Back to sebastiano.tronto.net