diff options
Diffstat (limited to 'generic/tkTextTag.c')
-rw-r--r-- | generic/tkTextTag.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTextTag.c b/generic/tkTextTag.c index b0d33ce..2df950a 100644 --- a/generic/tkTextTag.c +++ b/generic/tkTextTag.c @@ -23,7 +23,7 @@ * a whole is not. */ -static char *wrapStrings[] = { +static const char *wrapStrings[] = { "char", "none", "word", "", NULL }; @@ -34,7 +34,7 @@ static char *wrapStrings[] = { * widget as a whole is not. */ -static char *tabStyleStrings[] = { +static const char *tabStyleStrings[] = { "tabular", "wordprocessor", "", NULL }; |