diff options
Diffstat (limited to 'src/port/chklocale.c')
| -rw-r--r-- | src/port/chklocale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/chklocale.c b/src/port/chklocale.c index 034939f7fd2..023a7435c9b 100644 --- a/src/port/chklocale.c +++ b/src/port/chklocale.c @@ -202,7 +202,7 @@ static char * win32_get_codeset(const char *ctype) { char *r = NULL; - char *codepage; + const char *codepage; uint32 cp; WCHAR wctype[LOCALE_NAME_MAX_LENGTH]; |
