diff options
Diffstat (limited to '')
| -rw-r--r-- | shell/shell.c | 2 |
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) | |||
| 641 | static uint8_t | 641 | static uint8_t |
| 642 | parse_nisstype(const char *arg) | 642 | parse_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)) |
