Removed grub_putchar

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-15 11:49:27 +01:00
parent 53f312c1cf
commit dfed5c6bb4
31 changed files with 241 additions and 219 deletions

View file

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