From: Behdad Esfahbod Date: Wed, 31 Dec 2008 23:10:31 +0000 (-0500) Subject: [fcmatch.c] Fix debug formatting X-Git-Tag: 2.7.0~141 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1b43ccc805f26a78934267d92275cd19b5648e91;p=fontconfig.git [fcmatch.c] Fix debug formatting --- diff --git a/src/fcmatch.c b/src/fcmatch.c index e46eefe..ac63fbe 100644 --- a/src/fcmatch.c +++ b/src/fcmatch.c @@ -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)