diff options
Diffstat (limited to 'src/scan.c')
-rw-r--r-- | src/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ * minus \ and " for string compat * and ? to avoid ANSI trigraphs. */ -static char *printable = +static const char *printable = " .XoO+@#$%&*=-;:>,<1234567890qwertyuipasdfghjklzxcvbnmMNBVCZ\ ASDFGHJKLPIUYTREWQ!~^/()_`'][{}|"; |