mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-08 04:47:14 +00:00
* normal/command.c: Add missing newline at end of file.
This commit is contained in:
parent
979b4fb416
commit
3c64e10417
@ -1,5 +1,7 @@
|
|||||||
2009-04-29 David S. Miller <davem@davemloft.net>
|
2009-04-29 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
|
* normal/command.c: Add missing newline at end of file.
|
||||||
|
|
||||||
* commands/lsmmap.c (grub_cmd_lsmmap): Add casts to avoid printf
|
* commands/lsmmap.c (grub_cmd_lsmmap): Add casts to avoid printf
|
||||||
warnings.
|
warnings.
|
||||||
* kern/ieee1275/openfw.c (grub_claimmap): Likewise.
|
* kern/ieee1275/openfw.c (grub_claimmap): Likewise.
|
||||||
|
@ -67,4 +67,4 @@ grub_command_execute (char *cmdline, int interactive)
|
|||||||
grub_set_more (0);
|
grub_set_more (0);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user