mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
font: add missing ';'
This commit is contained in:
parent
bd3f2fdf0e
commit
cb168ec8d7
1 changed files with 1 additions and 1 deletions
2
font.c
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue