Fixed Svace 53/63953/1 submit/tizen_tv/20160329.043325
authorjunkyu Han <junkyu.han@samsung.com>
Tue, 29 Mar 2016 04:18:19 +0000 (13:18 +0900)
committerjunkyu Han <junkyu.han@samsung.com>
Tue, 29 Mar 2016 04:18:19 +0000 (13:18 +0900)
Change-Id: Idcbfeebb638cda645bdd3b98ad09d3381e941c85

src/animation.c

index 33bfa27..faf101f 100644 (file)
@@ -99,9 +99,10 @@ static void _edje_cb(void *d, Evas_Object * obj, const char *e, const char *s)
                        evas_object_show(s_animation.txt);
                }
                ecore_timer_add(1, _end_cb, NULL);
-       } else
+       } else {
                _D("TYPE_ON");
                _end_cb(NULL);
+       }
 }
 
 #define DEFAULT_W 480