* normal/command.c: Add missing newline at end of file.
This commit is contained in:
parent
979b4fb416
commit
3c64e10417
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue