mirror of https://github.com/freetype/freetype
[autofit] Minor fix.
* src/autofit/afglobal.c (af_face_globals_compute_style_coverage): Avoid compiler warning.
This commit is contained in:
parent
a1017e2655
commit
048f2e247c
|
@ -301,7 +301,7 @@
|
|||
if ( !( count % 10 ) )
|
||||
FT_TRACE4(( " " ));
|
||||
|
||||
FT_TRACE4(( " %ld", idx ));
|
||||
FT_TRACE4(( " %d", idx ));
|
||||
count++;
|
||||
|
||||
if ( !( count % 10 ) )
|
||||
|
|
Loading…
Reference in New Issue