Initialze variable to 0, eliminate compiler warning.

SVN revision: 31476
This commit is contained in:
Christopher Michael 2007-08-23 10:49:50 +00:00
parent 7b461584a3
commit d216385aca
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
E_Radio_Group *rg;
E_Manager *man;
Ecore_X_Screen_Size *sizes;
int i, s, sel;
int i, s, sel = 0;
o = e_widget_list_add(evas, 0, 1);