mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 22:52:34 +01:00
utils: Added a few missing attributes to local variables
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
c16c1a32af
commit
23ac316d1e
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user