aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 61d8b61..7955723 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3281,7 +3281,7 @@ static void printent_long(const struct entry *ent, uint namecols, bool sel)
default:
if (!ind1)
ind1 = ind2 = '?';
- addstr(" ");
+ addstr(" ");
addch(ind1);
break;
}