summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-18 14:03:40 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-18 14:03:40 +0100
commit3e015441b28734096ab6956b77485c7aeeab4cd6 (patch)
tree8c41e14b7ff8c12121f67e9d405a931e82f8a564
parente9352294f5a68ce537ecf14fec8a37868b88dc85 (diff)
downloadsurf-3e015441b28734096ab6956b77485c7aeeab4cd6.tar.gz
surf-3e015441b28734096ab6956b77485c7aeeab4cd6.tar.bz2
surf-3e015441b28734096ab6956b77485c7aeeab4cd6.zip
Fix previous commitv2.0.5.1
-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 }, },