mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
Fix typo.
This commit is contained in:
parent
3f57cc9c01
commit
093df837ca
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -708,7 +708,7 @@ parse_section_main(const char *key, const char *value, struct config *conf,
|
||||||
|
|
||||||
else if (strcmp(key, "vertical-letter-offset") == 0) {
|
else if (strcmp(key, "vertical-letter-offset") == 0) {
|
||||||
if (!str_to_pt_or_px(
|
if (!str_to_pt_or_px(
|
||||||
value, &conf->horizontal_letter_offset,
|
value, &conf->vertical_letter_offset,
|
||||||
conf, path, lineno, "default", "vertical-letter-offset"))
|
conf, path, lineno, "default", "vertical-letter-offset"))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue