From 1b43ccc805f26a78934267d92275cd19b5648e91 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 31 Dec 2008 18:10:31 -0500 Subject: [PATCH 1/1] [fcmatch.c] Fix debug formatting --- src/fcmatch.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2