diff options
Diffstat (limited to 'libc/stdlib/wchar.c')
| -rw-r--r-- | libc/stdlib/wchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/wchar.c b/libc/stdlib/wchar.c index 7722b34..02947d4 100644 --- a/libc/stdlib/wchar.c +++ b/libc/stdlib/wchar.c @@ -397,7 +397,7 @@ size_t wcsxfrm(wchar_t *ws1, const wchar_t *ws2, size_t n) int wctob(wint_t c) { - return c; + return c; } wctype_t wctype(const char *property) |
