captainigloo pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2982b05288271fdaea88570d316890926323276e

commit 2982b05288271fdaea88570d316890926323276e
Author: Nicolas Aguirre <[email protected]>
Date:   Mon Jan 12 14:43:25 2015 +0100

    Eo: use int for _eo_init_count intsead of Eina_Bool
---
 src/lib/eo/eo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index 1ee50fe..96f190d 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -21,7 +21,7 @@ int _eo_log_dom = -1;
 
 static _Eo_Class **_eo_classes;
 static Eo_Id _eo_classes_last_id;
-static Eina_Bool _eo_init_count = 0;
+static int _eo_init_count = 0;
 static Eo_Op _eo_ops_last_id = 0;
 
 static size_t _eo_sz = 0;

-- 


Reply via email to