utils: Added a few missing attributes to local variables

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2013-12-30 18:11:07 +00:00
committed by Carlos R. Mafra
parent c16c1a32af
commit 23ac316d1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ static int strToInt(str * token)
static char *mapWeightToName(str * weight)
{
char *normalNames[] = { "medium", "normal", "regular" };
static const char *normalNames[] = { "medium", "normal", "regular" };
static char buf[32];
size_t i;