Browse Source

Remove default case of unhandled keys

master
Arun Prakash Jana 6 years ago
parent
commit
0fec0f7ebb
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/nnn.c

+ 0
- 3
src/nnn.c View File

@@ -3379,9 +3379,6 @@ nochange:

dentfree(dents);
return;
default:
if (sel && cfg.filtermode)
presel = FILTER;
} /* switch (sel) */

/* Screensaver */


Loading…
Cancel
Save