From 7743f68204515c64ce363b397a7e0bd8015bd692 Mon Sep 17 00:00:00 2001 From: Nathan Forbes Date: Sat, 2 Jul 2011 20:29:25 -0400 Subject: [PATCH] typo in libc/stdio/wcio.h whcar_io_data -> wchar_io_data Signed-off-by: Nathan Forbes Change-Id: I45c231efffac265eed51b7632d5a1b21c18bfa55 --- libc/stdio/wcio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/stdio/wcio.h b/libc/stdio/wcio.h index f8ac1b21e..dd6db21a0 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)