diff options
Diffstat (limited to 'toys/other/ascii.c')
-rw-r--r-- | toys/other/ascii.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/ascii.c b/toys/other/ascii.c index c9448a75..aa498721 100644 --- a/toys/other/ascii.c +++ b/toys/other/ascii.c @@ -56,7 +56,7 @@ void unicode_main(void) { int from, to, n; char next, **args, *s; - wchar_t wc; + unsigned wc; // Loop through args, handling range, hex code, or character(s) for (args = toys.optargs; *args; args++) { |