Added more const-ness to a variable.

This commit is contained in:
Roland Illig 2004-08-16 17:45:38 +00:00
parent 13e298c2ea
commit 493febff35

View File

@ -385,7 +385,7 @@ init_key_x11 (void)
calls any define_sequence */
void init_key (void)
{
char *term = (char *) getenv ("TERM");
const char *term = getenv ("TERM");
/* This has to be the first define_sequence */
/* So, we can assume that the first keys member has ESC */