From cb168ec8d7c628441da3e1c073eff9091ef18edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 28 Nov 2019 21:33:45 +0100 Subject: [PATCH] font: add missing ';' --- font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font.c b/font.c index d13db2c2..e1c8b73d 100644 --- a/font.c +++ b/font.c @@ -180,7 +180,7 @@ from_font_set(FcPattern *pattern, FcFontSet *fonts, int start_idx, LOG_DBG("estimated pixel fixup factor to %f (from pixel size: %f)", pixel_fixup, original_pixel_size); } else - pixel_fixup = 1. + pixel_fixup = 1.; } #if 0