From 1d9279a619ee02101f9bb1362a8377b017e0e0eb Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 4 Jan 2008 03:47:27 +0000 Subject: [PATCH] Change char to const char to avoid compiler warning. SVN revision: 33337 --- 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 4ad06454f..5a57b6a0e 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -1112,7 +1112,7 @@ e_fm2_icon_get(Evas *evas, E_Fm2_Icon *ic, (!strncmp(ic->info.icon, "./", 2)) || (!strncmp(ic->info.icon, "../", 3))) { - char *icfile = NULL; + const char *icfile; /* path to icon file */ icfile = ic->info.icon;