diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2469,7 +2469,7 @@ static int filterentries(char *path, char *lastname) wcstombs(ln, wln, REGEX_MAX); ndents = total; } else - *ch = CONTROL('L'); + continue; // fallthrough case CONTROL('L'): if (*ch == CONTROL('L')) { |