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:
committed by
Carlos R. Mafra
parent
fb3d9e65a6
commit
591dc5cd4d
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user