From 5cfb0b0c34aa50ffd04ccee56e0c4cf6efe7c9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Briano?= Date: Thu, 1 Mar 2012 16:42:03 +0000 Subject: [PATCH] Build again, please. SVN revision: 68580 --- legacy/edje/src/bin/edje_cc_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/edje/src/bin/edje_cc_out.c b/legacy/edje/src/bin/edje_cc_out.c index 9c727ab845..b4c541c5aa 100644 --- a/legacy/edje/src/bin/edje_cc_out.c +++ b/legacy/edje/src/bin/edje_cc_out.c @@ -1633,7 +1633,7 @@ data_process_lookups(void) Eina_List *l; Eina_Hash *images_in_use; void *data; - Eina_Bool is_lua = FALSE; + Eina_Bool is_lua = EINA_FALSE; /* remove all unreferenced Edje_Part_Collection */ EINA_LIST_FOREACH_SAFE(edje_collections, l, l2, pc) @@ -1686,7 +1686,7 @@ data_process_lookups(void) unsigned int i; if (pc->lua_script_only) - is_lua = TRUE; + is_lua = EINA_TRUE; #define PROGRAM_ID_SET(Type, Pc, It, Count) \ for (It = 0; It < Pc->programs.Type ## _count; ++It) \ { \