aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 7d244b9..fdabfbb 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3482,9 +3482,7 @@ nochange:
}
dents[cur].flags |= FILE_COPIED;
-
- printmsg(newpath);
- goto nochange;
+ break;
case SEL_COPYMUL:
cfg.copymode ^= 1;
if (cfg.copymode) {