elm elementary_codegen.c: Removed 'may be used uninitialized.' warnings.

SVN revision: 77535
This commit is contained in:
Daniel Juyung Seo 2012-10-05 14:36:00 +00:00
parent 6f20d1cb7f
commit 41b315d770
1 changed files with 1 additions and 1 deletions

View File

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