Typo in GIT



Hi,

to compile the current GIT version of Balsa I had to apply to the following patch
(please note the superfluous underline in GTKSPELL_ below)


--- src/sendmsg-window.c.ORIG   2020-05-25 13:45:03.075834081 +0200
+++ src/sendmsg-window.c        2020-05-25 13:51:45.425811909 +0200
@@ -4142,7 +4142,7 @@
 #else
     GList *lang_list, *l;
 #endif                          /* HAVE_GSPELL */
-#if !HAVE_GSPELL && !HAVE_GTKSPELL_
+#if !HAVE_GSPELL && !HAVE_GTKSPELL
     EnchantBroker *broker;
 #endif                          /* !HAVE_GSPELL && !HAVE_GTKSPELL */
     const gchar *preferred_lang;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]