2009-04-16 Bean <bean123ch@gmail.com>

* commands/efi/loadbios.c (grub_cmd_fakebios): Add missing return
	value.
This commit is contained in:
bean 2009-04-16 12:18:11 +00:00
parent 41bb0fe9a6
commit a96df3f249
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2009-04-16 Bean <bean123ch@gmail.com>
* commands/efi/loadbios.c (grub_cmd_fakebios): Add missing return
value.
2009-04-15 Pavel Roskin <proski@gnu.org> 2009-04-15 Pavel Roskin <proski@gnu.org>
* include/grub/types.h: Rename ULONG_MAX to GRUB_ULONG_MAX and * include/grub/types.h: Rename ULONG_MAX to GRUB_ULONG_MAX and

View file

@ -146,6 +146,8 @@ grub_cmd_fakebios (struct grub_command *cmd __attribute__ ((unused)),
} }
else else
fake_bios_data (0); fake_bios_data (0);
return 0;
} }
static grub_err_t static grub_err_t