Edje Edit: Fix compilation warning
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 28 Apr 2016 07:05:00 +0000 (16:05 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 29 Apr 2016 04:33:13 +0000 (13:33 +0900)
src/lib/edje/edje_edit.c

index 02ae118..7739521 100644 (file)
@@ -12934,7 +12934,7 @@ _edje_generate_source_state_proxy(Edje *ed, Edje_Part_Description_Common *pd, Ei
 {
    int attr_amount = 0;
    int indent_space = 0;
-   Eina_Bool ret;
+   Eina_Bool ret = 1;
    Edje_Part_Description_Proxy *pro;
 
    pro = (Edje_Part_Description_Proxy *)pd;