Removed grub_putchar
This commit is contained in:
parent
53f312c1cf
commit
dfed5c6bb4
31 changed files with 241 additions and 219 deletions
|
@ -36,7 +36,7 @@ grub_cmd_handler (struct grub_command *cmd __attribute__ ((unused)),
|
|||
int list_item (grub_named_list_t item)
|
||||
{
|
||||
if (item == curr_item)
|
||||
grub_putchar ('*');
|
||||
grub_xputs ("*");
|
||||
|
||||
grub_printf ("%s\n", item->name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue