diff options
Diffstat (limited to 'generic/tkTextWind.c')
-rw-r--r-- | generic/tkTextWind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextWind.c b/generic/tkTextWind.c index 1758964..ecafd4e 100644 --- a/generic/tkTextWind.c +++ b/generic/tkTextWind.c @@ -85,7 +85,7 @@ static const Tk_SegType tkTextEmbWindowType = { * Definitions for alignment values: */ -static char *alignStrings[] = { +static const char *alignStrings[] = { "baseline", "bottom", "center", "top", NULL }; |