+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'.
/* 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
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;