diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-05 00:06:11 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-05 00:06:11 +0000 |
commit | 6ce5ad19920e8018d28742b729b662d3f25ee8fe (patch) | |
tree | 582e6474a1dd21904b5484607303c368fbbd172f /libc | |
parent | 645044b837c06aec62661e2aff9bea07fc2dd76a (diff) |
forgot again about iconv
Diffstat (limited to 'libc')
-rw-r--r-- | libc/misc/wchar/wchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/wchar/wchar.c b/libc/misc/wchar/wchar.c index eaa65a7db..2535b5fff 100644 --- a/libc/misc/wchar/wchar.c +++ b/libc/misc/wchar/wchar.c @@ -1581,7 +1581,7 @@ static void error_msg(const char *fmt, ...) va_end(arg); } - __exit(EXIT_FAILURE); + exit(EXIT_FAILURE); } int main(int argc, char **argv) |