summaryrefslogtreecommitdiff
path: root/src/ctype/iswalpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/iswalpha.c')
-rw-r--r--src/ctype/iswalpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/iswalpha.c b/src/ctype/iswalpha.c
index 4007c8a6..d558faef 100644
--- a/src/ctype/iswalpha.c
+++ b/src/ctype/iswalpha.c
@@ -1,6 +1,6 @@
#include <wctype.h>
-static unsigned char table[] = {
+static const unsigned char table[] = {
#include "alpha.h"
};