From 15e7ee9a6067d05db29e238848f7b2e0640fe76c Mon Sep 17 00:00:00 2001 From: "hhh.kwon" Date: Fri, 2 Nov 2012 17:42:39 +0900 Subject: [PATCH] Add manifest file. --- src/taskmanager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taskmanager.c b/src/taskmanager.c index afad212..19d7491 100755 --- a/src/taskmanager.c +++ b/src/taskmanager.c @@ -43,7 +43,7 @@ static struct text_part main_txt[] = { static void update_ts(Evas_Object *eo, struct text_part *tp, int size) { - int i; + int i = 0; if (eo == NULL || tp == NULL || size < 0) return; -- 2.7.4