summaryrefslogtreecommitdiff
path: root/src/m_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_misc.c')
-rw-r--r--src/m_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_misc.c b/src/m_misc.c
index 9601b0de..d3f531b0 100644
--- a/src/m_misc.c
+++ b/src/m_misc.c
@@ -453,7 +453,7 @@ static default_collection_t extra_defaults =
NULL,
};
-static int scantokey[128] =
+static const int scantokey[128] =
{
0 , 27, '1', '2', '3', '4', '5', '6',
'7', '8', '9', '0', '-', '=', KEY_BACKSPACE, 9,