diff options
Diffstat (limited to 'iconv/tst-iconv1.c')
-rw-r--r-- | iconv/tst-iconv1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/tst-iconv1.c b/iconv/tst-iconv1.c index 316434970b..7d180ddd50 100644 --- a/iconv/tst-iconv1.c +++ b/iconv/tst-iconv1.c @@ -10,7 +10,7 @@ main (void) char utf8[5]; wchar_t ucs4[5]; iconv_t cd; - const char *inbuf; + char *inbuf; char *outbuf; size_t inbytes; size_t outbytes; |