use Eina_Bool instead of _Bool for consistency
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 14 Dec 2010 05:49:46 +0000 (05:49 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 14 Dec 2010 05:49:46 +0000 (05:49 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@55546 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_match.c

index f3e0819..46f362a 100644 (file)
@@ -13,7 +13,7 @@ struct _Edje_States
 {
   size_t         size;
   Edje_State    *states;
-  _Bool         *has;
+  Eina_Bool     *has;
 };
 
 static void