summaryrefslogtreecommitdiff
path: root/src/ctype/wcwidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/wcwidth.c')
-rw-r--r--src/ctype/wcwidth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ctype/wcwidth.c b/src/ctype/wcwidth.c
index 98f128e9..49c40eea 100644
--- a/src/ctype/wcwidth.c
+++ b/src/ctype/wcwidth.c
@@ -1,10 +1,10 @@
#include <wchar.h>
-static unsigned char table[] = {
+static const unsigned char table[] = {
#include "nonspacing.h"
};
-static unsigned char wtable[] = {
+static const unsigned char wtable[] = {
#include "wide.h"
};