From fd37d1975a957343a4b9f0c93fb98d6f91ca91cb Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 28 Jan 2009 01:04:49 +0000 Subject: "make utils" now successfully makes utils for target --- libc/misc/wchar/wchar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc') diff --git a/libc/misc/wchar/wchar.c b/libc/misc/wchar/wchar.c index d921e4363..1ca4600b4 100644 --- a/libc/misc/wchar/wchar.c +++ b/libc/misc/wchar/wchar.c @@ -1660,7 +1660,7 @@ int main(int argc, char **argv) if (opts[5]) { /* -l */ fprintf(stderr, "Recognized codesets:\n"); - for (s = __iconv_codesets ; *s ; s += *s) { + for (s = (char *)__iconv_codesets ; *s ; s += *s) { fprintf(stderr," %s\n", s+2); } s = __LOCALE_DATA_CODESET_LIST; -- cgit v1.2.3