From 3e015441b28734096ab6956b77485c7aeeab4cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 18 Jan 2018 14:03:40 +0100 Subject: Fix previous commit --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index cb967fa..49839f0 100644 --- a/config.h +++ b/config.h @@ -43,7 +43,7 @@ static Parameter defconfig[ParameterLast] = { [SiteQuirks] = { { .i = 1 }, }, [SmoothScrolling] = { { .i = 1 }, }, [SpellChecking] = { { .i = 1 }, }, - [SpellLanguages] = { { .v = ((char *[]){ "en_US", "cs_CZ" NULL }) }, }, + [SpellLanguages] = { { .v = ((char *[]){ "en_US", "cs_CZ", NULL }) }, }, [StrictTLS] = { { .i = 1 }, }, [Style] = { { .i = 1 }, }, [ZoomLevel] = { { .f = 1.0 }, }, -- cgit v1.2.3