edje edje_codegen.c: Fixed 'may be used uninitialized' warnings.

SVN revision: 79008
This commit is contained in:
Daniel Juyung Seo 2012-11-09 03:54:52 +00:00
parent 4f7b378803
commit 156671674b
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ _parse_programs(Evas_Object *ed)
{
Eina_Bool ret = EINA_TRUE;
Eina_List *programs, *l;
const char *name, *source, *signal, *description;
const char *name, *source = NULL, *signal = NULL, *description;
char *apiname;
Edje_Action_Type type;