summary refs log tree commit diff stats
path: root/src/fe-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-gtk')
-rw-r--r--src/fe-gtk/sexy-spell-entry.c3
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;