]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* normal/command.c: Add missing newline at end of file.
authordavem <davem@localhost>
Thu, 30 Apr 2009 01:28:22 +0000 (01:28 +0000)
committerdavem <davem@localhost>
Thu, 30 Apr 2009 01:28:22 +0000 (01:28 +0000)
ChangeLog
normal/command.c

index 66e9d326414f7ea02d659689dbc9a4caae6e4aba..56f04a1d9492767a18f06fa3b198f80ce160b194 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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
        warnings.
        * kern/ieee1275/openfw.c (grub_claimmap): Likewise.
index 863d45f59094b6649a7fe622655b03e437d25ea7..3296515c3e3d9d1958d206e05065673f380d6035 100644 (file)
@@ -67,4 +67,4 @@ grub_command_execute (char *cmdline, int interactive)
     grub_set_more (0);
 
   return ret;
-}
\ No newline at end of file
+}