diff options
-rw-r--r-- | libc/stdio/wcio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/wcio.h b/libc/stdio/wcio.h index f8ac1b2..dd6db21 100644 --- a/libc/stdio/wcio.h +++ b/libc/stdio/wcio.h @@ -41,7 +41,7 @@ struct wchar_io_data { /* BIONIC: disable wchar support */ #define WCIO_GET(fp) \ - ((struct whcar_io_data*) 0) + ((struct wchar_io_data*) 0) #define _SET_ORIENTATION(fp, mode) ((void)0) |