mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-09 07:14:18 +01:00
wrlib: Added 'const' attribute to local function in 'context'
This commit is contained in:
committed by
Carlos R. Mafra
parent
fb3d9e65a6
commit
591dc5cd4d
@@ -463,7 +463,7 @@ static Bool setupPseudoColorColormap(RContext * context)
|
|||||||
return allocatePseudoColor(context);
|
return allocatePseudoColor(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *mygetenv(char *var, int scr)
|
static char *mygetenv(const char *var, int scr)
|
||||||
{
|
{
|
||||||
char *p;
|
char *p;
|
||||||
char varname[64];
|
char varname[64];
|
||||||
|
|||||||
Reference in New Issue
Block a user