From: chaac Date: Sun, 10 Jun 2007 17:34:27 +0000 (+0000) Subject: Fixed formatting problems and copyright year on last commit. X-Git-Tag: 1.98~1835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6b392bdf5c647fdf5a300e68fb36678955f508d;p=thirdparty%2Fgrub.git Fixed formatting problems and copyright year on last commit. --- diff --git a/term/gfxterm.c b/term/gfxterm.c index 17461dfbe..b07de50b4 100644 --- a/term/gfxterm.c +++ b/term/gfxterm.c @@ -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);