diff options
Diffstat (limited to 'iconv/gconv.h')
-rw-r--r-- | iconv/gconv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconv/gconv.h b/iconv/gconv.h index c2fdf83a25..03574d859e 100644 --- a/iconv/gconv.h +++ b/iconv/gconv.h @@ -115,8 +115,8 @@ struct __gconv_step int __counter; - __const char *__from_name; - __const char *__to_name; + char *__from_name; + char *__to_name; __gconv_fct __fct; __gconv_init_fct __init_fct; |