aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tea/tea/move-endif.patch
blob: 0fabee887c521d859e16996d9adb5268d72b765e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/callbacks.c~	2007-10-23 18:43:04.000000000 +0200
+++ src/callbacks.c	2007-10-23 18:43:04.000000000 +0200
@@ -5609,8 +5609,6 @@
 
 #if defined (HAVE_LIBASPELL) || defined (ENCHANT_SUPPORTED)
   GList *l = get_suggestions_list (p->prefix);
-#endif
-
   if (l)
      {
       build_menu_wudata_from_glist (l, mni_suggestions, on_mni_suggestion_select, temp_text_part);
@@ -5620,6 +5618,8 @@
      }
 
   glist_strings_free (l);
+#endif
+
 }