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 3bbca07..378a86a 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3513,7 +3513,7 @@ static void show_help(const char *path)
if (*end == '\n') {
snprintf(g_buf, CMD_LEN_MAX, "%*c%.*s",
xchartohex(*start), ' ', (int)(end - start), start + 1);
- fprintf(fp, g_buf, ' ', ' ');
+ fprintf(fp, g_buf, ' ');
start = end + 1;
}