diff options
Diffstat (limited to 'src/fe-gtk/sexy-spell-entry.c')
-rw-r--r-- | src/fe-gtk/sexy-spell-entry.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-gtk/sexy-spell-entry.c b/src/fe-gtk/sexy-spell-entry.c index ab509077..13705812 100644 --- a/src/fe-gtk/sexy-spell-entry.c +++ b/src/fe-gtk/sexy-spell-entry.c @@ -159,8 +159,9 @@ initialize_enchant () enchant = g_module_open("libenchant.so.1", 0); if (enchant == NULL) return; -#endif +#else return; +#endif } have_enchant = TRUE; |