* grub-core/loader/i386/xnu.c (grub_xnu_boot): Fix printf.

* grub-core/loader/ia64/efi/linux.c (grub_cmd_fpswa): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-09 23:32:03 +01:00
parent bebe0dd022
commit 44c6828db4
3 changed files with 7 additions and 2 deletions

View file

@ -637,7 +637,7 @@ grub_cmd_fpswa (grub_command_t cmd __attribute__ ((unused)),
{
query_fpswa ();
if (fpswa == NULL)
grub_printf (_("No FPSWA found\n"));
grub_puts_ (N_("No FPSWA found"));
else
grub_printf (_("FPSWA revision: %x\n"), fpswa->revision);
return GRUB_ERR_NONE;