Some minor formatting fix before I start the mime handlers code :)

SVN revision: 32044
This commit is contained in:
Christopher Michael 2007-10-12 08:17:40 +00:00
parent 7721df0f40
commit 30523002c2
1 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ e_fm_mime_icon_get(const char *mime)
{
char buf[4096], buf2[4096], *val;
const char *homedir = NULL;
Evas_List *l;
Evas_List *l = NULL;
E_Config_Mime_Icon *mi;
/* 0.0 clean out hash cache once it has mroe than 512 entries in it */
@ -98,7 +98,6 @@ e_fm_mime_icon_get(const char *mime)
val = (char *)evas_stringshare_add(buf);
icon_map = evas_hash_add(icon_map, mime, val);
return val;
}
EAPI void