Add const modifier.

SVN revision: 33638
This commit is contained in:
Sebastian Dransfeld 2008-01-27 19:33:27 +00:00
parent 7b394739ae
commit 7cfefaf692
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{