2009-04-17 Pavel Roskin <proski@gnu.org>
* loader/multiboot_loader.c (grub_cmd_multiboot_loader): Fix return without a value. Fix inconsistent indentation.
This commit is contained in:
parent
e0ff912638
commit
1bc09c352c
2 changed files with 14 additions and 11 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-04-17 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* loader/multiboot_loader.c (grub_cmd_multiboot_loader): Fix
|
||||
return without a value. Fix inconsistent indentation.
|
||||
|
||||
* fs/i386/pc/pxe.c (grub_pxefs_dir): Fix function prototype to
|
||||
match struct grub_fs.
|
||||
|
||||
|
|
|
@ -156,7 +156,7 @@ grub_cmd_multiboot_loader (grub_command_t cmd __attribute__ ((unused)),
|
|||
module_version_status = 2;
|
||||
}
|
||||
|
||||
return;
|
||||
return grub_errno;
|
||||
|
||||
fail:
|
||||
if (file)
|
||||
|
|
Loading…
Reference in a new issue