summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index e436defd..07f7a6e9 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -428,7 +428,7 @@ typedef struct {
#ifdef I18N
/* i18n(internationlization) */
- const char *i18nstr[MAX_LANG][MAX_STRING];
+ char *i18nstr[MAX_LANG][MAX_STRING];
char i18nstrbody[20 * MAX_LANG * MAX_STRING];
/* Based on the statistis, we found the lengh of one string
is 20 bytes approximately.