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