Fix space after completion

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-29 10:24:10 +01:00
parent a6f106ce37
commit bd2b242ea2

View file

@ -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);
}