aboutsummaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2012-12-28 19:54:57 +0100
committerSebastian Geerken <devnull@localhost>2012-12-28 19:54:57 +0100
commitff949c13c05367fc3734a17ed5a37b5333e4cf66 (patch)
tree367d174eb3541056af62618ca55ffb770b3de781 /src/prefs.c
parentb202e5d66378396cf325336e44bc0e28304bf6da (diff)
Corrected default value for "penalty_hyphen_2".
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.c b/src/prefs.c
index 88d10a8d..752da7e3 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -103,7 +103,7 @@ void a_Prefs_init(void)
prefs.w3c_plus_heuristics = TRUE;
prefs.penalty_hyphen = 100;
- prefs.penalty_hyphen_2 = 100;
+ prefs.penalty_hyphen_2 = 800;
prefs.penalty_em_dash_left = 800;
prefs.penalty_em_dash_right = 100;
prefs.penalty_em_dash_right_2 = 800;