From: Vladimir 'phcoder' Serbinenko Date: Tue, 29 Dec 2009 09:24:10 +0000 (+0100) Subject: Fix space after completion X-Git-Tag: 1.98~93^2~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd2b242ea20d6c696f7f737ae56056c60b281a18;p=thirdparty%2Fgrub.git Fix space after completion --- diff --git a/normal/cmdline.c b/normal/cmdline.c index 3521c3cbd..317f63fe3 100644 --- a/normal/cmdline.c +++ b/normal/cmdline.c @@ -436,7 +436,7 @@ grub_cmdline_get (const char *prompt) if (restore) { /* Restore the prompt. */ - grub_printf ("\n%s", prompt_translated); + grub_printf ("\n%s ", prompt_translated); init_clterm_all (); cl_print_all (0, 0); }