remove compiler warning

This commit is contained in:
David Turner 2007-06-11 00:55:23 +00:00
parent 75e7acd840
commit 7fa30ee879
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@
FT_Outline* outline;
TT_Face face = (TT_Face)load->face;
FT_UShort n_ins;
FT_Int n, n_points;
FT_Int n_points;
FT_Byte *flag, *flag_limit;
FT_Byte c, count;