billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=1f68d2836bbd3e5a78d2d156d394334e00c83e61

commit 1f68d2836bbd3e5a78d2d156d394334e00c83e61
Author: Boris Faure <[email protected]>
Date:   Wed Aug 20 19:47:24 2014 +0200

    make terminology compile with efl 1.8
---
 src/bin/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index 0db4340..7e7b1f8 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -2823,7 +2823,7 @@ _translate_options(void)
 
    Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs;
    while ((desc->shortname != '\0') || (desc->longname)
-#if (ECORE_VERSION_MAJOR > 1) || (ECORE_VERSION_MINOR >= 8)
+#if (ECORE_VERSION_MAJOR > 1) || (ECORE_VERSION_MINOR >= 9)
      || (desc->action == ECORE_GETOPT_ACTION_CATEGORY)
 #endif
      )

-- 


Reply via email to