font: add missing ';'

This commit is contained in:
Daniel Eklöf 2019-11-28 21:33:45 +01:00
parent bd3f2fdf0e
commit cb168ec8d7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
font.c
View file

@ -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)", LOG_DBG("estimated pixel fixup factor to %f (from pixel size: %f)",
pixel_fixup, original_pixel_size); pixel_fixup, original_pixel_size);
} else } else
pixel_fixup = 1. pixel_fixup = 1.;
} }
#if 0 #if 0