summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 }, },