summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h
index 554a7de8e56..708107ff120 100644
--- a/include/m_ctype.h
+++ b/include/m_ctype.h
@@ -96,7 +96,7 @@ typedef struct casefold_info_char_t
struct casefold_info_st
{
my_wc_t maxchar;
- MY_CASEFOLD_CHARACTER **page;
+ const MY_CASEFOLD_CHARACTER * const *page;
};