mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Make special_chars[] const
This commit is contained in:
parent
6bc00f750c
commit
6caf652ea6
@ -35,7 +35,7 @@
|
||||
|
||||
/* There are non-zeros at positions "\t %()*,/:;[]{}" */
|
||||
|
||||
static unsigned char special_chars[256] =
|
||||
static const unsigned char special_chars[256] =
|
||||
{
|
||||
/* 0 */ 0,0,0,0,0,0,0,0, 0,'\t',0,0,0,0,0,0,
|
||||
/* 16 */ 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
|
||||
|
Loading…
Reference in New Issue
Block a user