1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 01:12:30 +01:00

wrlib: Added 'const' attribute to local function in 'context'

This commit is contained in:
Christophe CURIS
2013-05-09 17:34:09 +02:00
committed by Carlos R. Mafra
parent fb3d9e65a6
commit 591dc5cd4d

View File

@@ -463,7 +463,7 @@ static Bool setupPseudoColorColormap(RContext * context)
return allocatePseudoColor(context);
}
static char *mygetenv(char *var, int scr)
static char *mygetenv(const char *var, int scr)
{
char *p;
char varname[64];