* Makefile.am (widthspec.h): Fix typo.
* util/grub-gen-widthspec.c: Likewise.
This commit is contained in:
parent
c6b066f2e9
commit
e733cf52f4
3 changed files with 9 additions and 4 deletions
|
@ -120,10 +120,10 @@ main (int argc, char *argv[])
|
|||
return 1;
|
||||
}
|
||||
|
||||
for (char_code = FT_Get_First_Char (face, &glyph_index);
|
||||
for (char_code = FT_Get_First_Char (ft_face, &glyph_index);
|
||||
glyph_index;
|
||||
char_code = FT_Get_Next_Char (face, char_code, &glyph_index))
|
||||
add_glyph (face, char_code);
|
||||
char_code = FT_Get_Next_Char (ft_face, char_code, &glyph_index))
|
||||
add_glyph (ft_face, char_code);
|
||||
|
||||
FT_Done_Face (ft_face);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue