elm config: Fixed 'may be used uninitialized' warning.

SVN revision: 61470
This commit is contained in:
Daniel Juyung Seo 2011-07-18 08:05:49 +00:00
parent 047dfe4138
commit 05d557d9c3
1 changed files with 1 additions and 1 deletions

View File

@ -1267,7 +1267,7 @@ _status_config_themes(Evas_Object *win,
Eina_List *list, *l;
char *th, *s, *ext;
Elm_Theme *d;
Elm_List_Item *it, *def_it;
Elm_List_Item *it, *def_it = NULL;
const char *theme_name, *sep[20];
unsigned int x;