mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 23:17:43 +00:00
Fix sporadious newline
This commit is contained in:
parent
2b68d34764
commit
c2bd1d182e
@ -135,7 +135,7 @@ command-line or ESC to return menu."), STANDARD_MARGIN, STANDARD_MARGIN,
|
||||
(grub_uint32_t) GRUB_TERM_DISP_DOWN);
|
||||
if (!msg_translated)
|
||||
return;
|
||||
grub_xputs ("\n");
|
||||
grub_putcode ('\n', term);
|
||||
grub_print_message_indented (msg_translated, STANDARD_MARGIN,
|
||||
STANDARD_MARGIN, term);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user