From: davem Date: Thu, 30 Apr 2009 01:28:22 +0000 (+0000) Subject: * normal/command.c: Add missing newline at end of file. X-Git-Tag: 1.98~973 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c64e10417c01edfd51a9b59e35f076524071562;p=thirdparty%2Fgrub.git * normal/command.c: Add missing newline at end of file. --- diff --git a/ChangeLog b/ChangeLog index 66e9d3264..56f04a1d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-04-29 David S. Miller + * normal/command.c: Add missing newline at end of file. + * commands/lsmmap.c (grub_cmd_lsmmap): Add casts to avoid printf warnings. * kern/ieee1275/openfw.c (grub_claimmap): Likewise. diff --git a/normal/command.c b/normal/command.c index 863d45f59..3296515c3 100644 --- a/normal/command.c +++ b/normal/command.c @@ -67,4 +67,4 @@ grub_command_execute (char *cmdline, int interactive) grub_set_more (0); return ret; -} \ No newline at end of file +}