diff options
| author | 2020-03-04 06:18:08 +0530 | |
|---|---|---|
| committer | 2020-03-04 06:18:08 +0530 | |
| commit | 646cd10b579302408d9f0db7b53034be338e5421 (patch) | |
| tree | a568bf1c817dad65adef35f89fa61692f216a6f8 /src | |
| parent | 4aa12a2dfb2f14511f9cd152c10a5b0d1947b078 (diff) | |
| download | nnn-646cd10b579302408d9f0db7b53034be338e5421.tar.gz | |
Fix #484
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |