Fix space after completion
This commit is contained in:
parent
a6f106ce37
commit
bd2b242ea2
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ grub_cmdline_get (const char *prompt)
|
||||||
if (restore)
|
if (restore)
|
||||||
{
|
{
|
||||||
/* Restore the prompt. */
|
/* Restore the prompt. */
|
||||||
grub_printf ("\n%s", prompt_translated);
|
grub_printf ("\n%s ", prompt_translated);
|
||||||
init_clterm_all ();
|
init_clterm_all ();
|
||||||
cl_print_all (0, 0);
|
cl_print_all (0, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue