]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fixed formatting problems and copyright year on last commit.
authorchaac <chaac@localhost>
Sun, 10 Jun 2007 17:34:27 +0000 (17:34 +0000)
committerchaac <chaac@localhost>
Sun, 10 Jun 2007 17:34:27 +0000 (17:34 +0000)
term/gfxterm.c

index 17461dfbed969d70e6229de2359b2d30b8aeb2ef..b07de50b47006d0ff2010ab856f539017c3aa93d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2006  Free Software Foundation, Inc.
+ *  Copyright (C) 2006,2007  Free Software Foundation, Inc.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -258,8 +258,8 @@ grub_gfxterm_init (void)
               
               /* First setup error message.  */
               rc = grub_error (GRUB_ERR_BAD_ARGUMENT, 
-                                "Invalid mode: %s\n",
-                                current_mode);
+                               "Invalid mode: %s\n",
+                               current_mode);
               
               /* Free memory before returning.  */
               grub_free (modevar);