From 646cd10b579302408d9f0db7b53034be338e5421 Mon Sep 17 00:00:00 2001
From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Wed, 4 Mar 2020 06:18:08 +0530
Subject: [PATCH] Fix #484
---
src/nnn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/nnn.c b/src/nnn.c
index 61d8b61d..79557235 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;
}
--
2.52.0