]> git.proxmox.com Git - grub2.git/commitdiff
Fix space after completion
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 29 Dec 2009 09:24:10 +0000 (10:24 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 29 Dec 2009 09:24:10 +0000 (10:24 +0100)
normal/cmdline.c

index 3521c3cbd6eea51e74a9fce2afeac12fe30ac575..317f63fe3b275a7391d538efae9b0eb78f7bf458 100644 (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);
              }