From: caro Date: Tue, 14 Dec 2010 05:49:46 +0000 (+0000) Subject: use Eina_Bool instead of _Bool for consistency X-Git-Tag: 2.0_alpha~163^2~181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66a009518283b7737c7ca9bbb72fa630557ba7d5;p=framework%2Fuifw%2Fedje.git use Eina_Bool instead of _Bool for consistency git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@55546 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_match.c b/src/lib/edje_match.c index f3e0819..46f362a 100644 --- a/src/lib/edje_match.c +++ b/src/lib/edje_match.c @@ -13,7 +13,7 @@ struct _Edje_States { size_t size; Edje_State *states; - _Bool *has; + Eina_Bool *has; }; static void