2009-01-27 Vesa Jääskeläinen <chaac@nic.fi>
* disk/scsi.c (grub_scsi_read): Fix sign problem. * term/i386/pc/vga_text.c (grub_vga_text_init_fini). Fix declaration. * util/grub-mkfont.c (usage): Fix typo. * util/elf/grub-mkimage.c (load_modules): Fix warning.
This commit is contained in:
parent
3fb18f094d
commit
6a7eab2c13
5 changed files with 24 additions and 12 deletions
|
@ -143,7 +143,7 @@ grub_vga_text_setcursor (int on)
|
|||
}
|
||||
|
||||
static grub_err_t
|
||||
grub_vga_text_init_fini ()
|
||||
grub_vga_text_init_fini (void)
|
||||
{
|
||||
grub_vga_text_cls ();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue