diff options
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.h b/src/prefs.h index 7392d74e..7cb4f113 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -89,7 +89,7 @@ struct _DilloPrefs { bool_t show_msg; bool_t show_extra_warnings; bool_t middle_click_drags_page; - int penalty_hyphen; + int penalty_hyphen, penalty_hyphen_2; }; /* Global Data */ |