Browse Source

forgot again about iconv

Peter S. Mazinger 18 years ago
parent
commit
6ce5ad1992
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/wchar/wchar.c

+ 1 - 1
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)