2009-06-11 Pavel Roskin <proski@gnu.org>

* disk/usbms.c (grub_usbms_transfer): Initialize `err' to fix
	a compiler warning.
This commit is contained in:
proski 2009-06-11 22:14:54 +00:00
parent 3a4575d4ea
commit e3b27c39fc
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2009-06-11 Pavel Roskin <proski@gnu.org>
* disk/usbms.c (grub_usbms_transfer): Initialize `err' to fix
a compiler warning.
* loader/i386/bsd.c (grub_freebsd_boot): Rename `entry' to
`entry_lo' to fix variable shadowing.