From b5262e1375931bd6d26c271d9e0a63ba02081d7f Mon Sep 17 00:00:00 2001 From: Simon Long Date: Fri, 3 May 2024 15:39:29 +0100 Subject: [PATCH] Typo --- src/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.c b/src/theme.c index 3b44bd79..71d35a9e 100644 --- a/src/theme.c +++ b/src/theme.c @@ -848,7 +848,7 @@ entry(struct theme *theme, const char *key, const char *value) theme->mag_border_width = atoi(value); } if (match_glob(key, "magnifier.border.color")) { - parse_hexstrs(value, theme->mag_border_color); + parse_hexstr(value, theme->mag_border_color); } if (match_glob(key, "magnifier.filter")) { theme->mag_filter = atoi(value);