Add const.

SVN revision: 27601
This commit is contained in:
Sebastian Dransfeld 2006-12-28 14:32:42 +00:00
parent 3e666d8edf
commit cc31b7b8a9
1 changed files with 2 additions and 1 deletions

View File

@ -601,7 +601,8 @@ _e_fwin_file_open_dialog(E_Fwin *fwin, Evas_List *files, int always)
E_Fwin_Apps_Dialog *fad;
E_Fm2_Config fmc;
E_Fm2_Icon_Info *ici;
char buf[4096], *f;
char buf[4096];
const char *f;
int need_dia = 0;
Evas_Hash *mimes = NULL;
Evas_List *mlist = NULL;