Revision: 2150
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2150
Author: davem
Date: 2009-04-30 01:28:22 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
* normal/command.c: Add missing newline at end of file.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/normal/command.c
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-04-30 01:18:43 UTC (rev 2149)
+++ trunk/grub2/ChangeLog 2009-04-30 01:28:22 UTC (rev 2150)
@@ -1,5 +1,7 @@
2009-04-29 David S. Miller <[email protected]>
+ * 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.
Modified: trunk/grub2/normal/command.c
===================================================================
--- trunk/grub2/normal/command.c 2009-04-30 01:18:43 UTC (rev 2149)
+++ trunk/grub2/normal/command.c 2009-04-30 01:28:22 UTC (rev 2150)
@@ -67,4 +67,4 @@
grub_set_more (0);
return ret;
-}
\ No newline at end of file
+}