mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[osdep] const in check_more_envs
This commit is contained in:
parent
ea847b8436
commit
2ad21036bd
@ -289,12 +289,12 @@ is_gnuscreen(void)
|
||||
static int
|
||||
check_more_envs(void)
|
||||
{
|
||||
char *envs[] = { "WINDOWID",
|
||||
const char *envs[] = { "WINDOWID",
|
||||
"KONSOLE_DCOP_SESSION",
|
||||
"GNOME_TERMINAL_SERVICE",
|
||||
NULL
|
||||
};
|
||||
char **v;
|
||||
const char **v;
|
||||
|
||||
for (v = envs; *v; ++v)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user