From 7cfefaf69281e51cbeb8d4c91fdf57bfc0b894b5 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Sun, 27 Jan 2008 19:33:27 +0000 Subject: [PATCH] Add const modifier. SVN revision: 33638 --- src/modules/ibox/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ibox/e_mod_main.c b/src/modules/ibox/e_mod_main.c index eb12bed64..a3ec73700 100644 --- a/src/modules/ibox/e_mod_main.c +++ b/src/modules/ibox/e_mod_main.c @@ -556,7 +556,7 @@ _ibox_icon_fill(IBox_Icon *ic) static void _ibox_icon_fill_label(IBox_Icon *ic) { - char *label = NULL; + const char *label = NULL; switch (ic->ibox->inst->ci->icon_label) {