[fcmatch.c] Fix debug formatting
This commit is contained in:
parent
a291cfc710
commit
1b43ccc805
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue