commit | bc9d1fe7c467d861a2b7c1deafca5589c1bc309e | [log] [tgz] |
---|---|---|
author | David Turner <digit%android.com@gtempaccount.com> | Wed Aug 03 08:16:37 2011 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Aug 03 08:16:37 2011 -0700 |
tree | ed4d7ca34ce793a3b91d8c4358c6a80bf70b9cb5 | |
parent | 663e05797f9bb2463217055a2510063ea7977379 [diff] | |
parent | 4685acbdd45c44e2e21c74242953bee5198209f9 [diff] |
am 4685acbd: am 9efda5b7: Merge "typo in libc/stdio/wcio.h" * commit '4685acbdd45c44e2e21c74242953bee5198209f9': typo in libc/stdio/wcio.h
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 @@ /* 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)