summaryrefslogtreecommitdiff
path: root/src/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.c')
-rw-r--r--src/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.c b/src/setup.c
index 6c4a87f..41e9b12 100644
--- a/src/setup.c
+++ b/src/setup.c
@@ -57,7 +57,7 @@ int setup_interactively(settings_t *settings, int (*setup_func)(settings_t *sett
for (i = 0; next->values[i]; i++) {
if (!defaults)
- printf(" %u: %*s%s%s\n", i, width, next->values[i],
+ printf("%2u: %*s%s%s\n", i, width, next->values[i],
next->annotations ? ": " : "",
next->annotations ? next->annotations[i] : "");
© All Rights Reserved