]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-01-10 Carles Pina i Estany <carles@pina.cat>
authorcarles <carles@pinux>
Mon, 11 Jan 2010 00:10:38 +0000 (00:10 +0000)
committercarles <carles@pinux>
Mon, 11 Jan 2010 00:10:38 +0000 (00:10 +0000)
* font/font.c: Update copyright years.
* util/grub-mkfont.c (write_font_ascii_bitmap): Change comment format.

ChangeLog.kernel-font
font/font.c
util/grub-mkfont.c

index 9933c21a55f2620407ca57d091ec01f5b8bab4bd..e7ca2a3747df15fbcb0328fcf9ea1552c621a3b5 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-10  Carles Pina i Estany  <carles@pina.cat>
+
+       * font/font.c: Update copyright years.
+       * util/grub-mkfont.c (write_font_ascii_bitmap): Change comment format.
+
 2010-01-10  Carles Pina i Estany  <carles@pina.cat>
 
        * font/font.c: Include `ascii.h'.
index 9819958e31c30806bd3c21514db5b7774c218fdb..a00aef94f530c1066b415541643ab37781f58b2c 100644 (file)
@@ -1,7 +1,7 @@
 /* font.c - Font API and font file loader.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2003,2005,2006,2007,2008,2009  Free Software Foundation, Inc.
+ *  Copyright (C) 2003,2005,2006,2007,2008,2009,2010  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index e8e712f2cb5c66af5ab9ee8cd7019c4df0d3ae33..3dd0bafdd540a954fae81602eb21182e0e819e8f 100644 (file)
@@ -361,7 +361,7 @@ write_font_ascii_bitmap (struct grub_font_info *font_info, char *output_file)
       correct_size = 1;
       if (glyph->width != 8 || glyph->height != 16)
       {
-        // printf ("Width or height from glyph U+%04x not supported, skipping.\n", glyph->char_code);
+        /* printf ("Width or height from glyph U+%04x not supported, skipping.\n", glyph->char_code);  */
        correct_size = 0;
       }
       int row;