summaryrefslogtreecommitdiffstats
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index e8393b17..631bbed3 100644
--- a/menu.c
+++ b/menu.c
@@ -160,7 +160,7 @@ void menu_pad_string (char *s, size_t n)
int shift = option (OPTARROWCURSOR) ? 3 : 0;
int cols = COLS - shift;
- mutt_format_string (s, n, cols, cols, 0, ' ', scratch, mutt_strlen (scratch), 1);
+ mutt_format_string (s, n, cols, cols, FMT_LEFT, ' ', scratch, mutt_strlen (scratch), 1);
s[n - 1] = 0;
FREE (&scratch);
}