diff options
Diffstat (limited to 'dw/hyphenator.cc')
-rw-r--r-- | dw/hyphenator.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/hyphenator.cc b/dw/hyphenator.cc index 861a1330..5c84fe99 100644 --- a/dw/hyphenator.cc +++ b/dw/hyphenator.cc @@ -65,8 +65,7 @@ Hyphenator *Hyphenator::getHyphenator (core::Platform *platform, Hyphenator *hyphenator = hyphenators->get (pair); if (hyphenator) delete pair; - else - { + else { // TODO Much hard-coded! char filename [256]; sprintf (filename, "/usr/local/lib/dillo/hyphenation/%s.pat", language); |