aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index bd1fb00..27eb07f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -4973,7 +4973,7 @@ nochange:
r = get_input(messages[MSG_ORDER]);
if ((r == 'a' || r == 'd' || r == 'e'
- || r == 'r' || r == 's' || r == 't')
+ || r == 's' || r == 't')
&& (entrycmpfn == &reventrycmp))
entrycmpfn = &entrycmp;