[fcmatch.c] Fix debug formatting

This commit is contained in:
Behdad Esfahbod 2008-12-31 18:10:31 -05:00
parent a291cfc710
commit 1b43ccc805
1 changed files with 1 additions and 0 deletions

View File

@ -529,6 +529,7 @@ FcFontSetMatch (FcConfig *config,
printf ("Best score");
for (i = 0; i < NUM_MATCH_VALUES; i++)
printf (" %g", bestscore[i]);
printf ("\n");
FcPatternPrint (best);
}
if (!best)