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.
This commit is contained in:
carles 2010-01-11 00:10:38 +00:00
parent 26ba5c2262
commit d1fb0f65de
3 changed files with 7 additions and 2 deletions

View 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;