From 16c518bd246dc34e9d6196bc066df4e006f8f71d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 28 Sep 2007 17:40:23 +0000 Subject: [PATCH] Fix typo so E builds again. Oops. SVN revision: 31843 --- src/bin/e_fm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index b247a7b1e..99f532b09 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -1096,7 +1096,7 @@ e_fm2_icon_get(Evas *evas, E_Fm2_Icon *ic, } else { - if ((ic->info.mime) && (ici->info.file)) + if ((ic->info.mime) && (ic->info.file)) { const char *icon;