summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.c b/src/editor.c
index 9a04e8b..3a36291 100644
--- a/src/editor.c
+++ b/src/editor.c
@@ -454,7 +454,7 @@ editor_enter (rp_input_line *line)
if (result == -1 || result == 2)
{
- marked_message_printf (0, 0, " %s ", expansion);
+ marked_message_printf (0, 0, "%s", expansion);
free (expansion);
return EDIT_ABORT;
}