]> git.wh0rd.org - fontconfig.git/commitdiff
[fcmatch.c] Fix debug formatting
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 31 Dec 2008 23:10:31 +0000 (18:10 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 14 Feb 2009 00:54:04 +0000 (16:54 -0800)
src/fcmatch.c

index e46eefe87766e36535dbcfc077d1028101cae492..ac63fbef6e9c3d1bb392041d0990c1cb8f54b23e 100644 (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)