From 714f1624f6b707cf38e55b7f6c7cf4f3941baad0 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 12 Jun 2009 05:34:00 +0000 Subject: [PATCH] fix string for font path env var SVN revision: 41011 --- legacy/elementary/src/lib/elm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_main.c b/legacy/elementary/src/lib/elm_main.c index 871eac9598..9da7169265 100644 --- a/legacy/elementary/src/lib/elm_main.c +++ b/legacy/elementary/src/lib/elm_main.c @@ -499,7 +499,7 @@ elm_quicklaunch_init(int argc, char **argv) s = getenv("ELM_FONT_PATH"); if (s) { - const char *p, *pp, *s; + const char *p, *pp; char *buf; buf = alloca(strlen(s) + 1);