[autofit] Minor fix.

* src/autofit/afglobal.c (af_face_globals_compute_style_coverage): Avoid
compiler warning.
This commit is contained in:
Werner Lemberg 2022-09-05 10:43:59 +02:00
parent a1017e2655
commit 048f2e247c
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@
if ( !( count % 10 ) )
FT_TRACE4(( " " ));
FT_TRACE4(( " %ld", idx ));
FT_TRACE4(( " %d", idx ));
count++;
if ( !( count % 10 ) )