| commit | 9efda5b7d0a2e8d9dc7495680d66085dc0e151f3 | [log] [tgz] |
|---|---|---|
| author | David Turner <digit%android.com@gtempaccount.com> | Wed Aug 03 08:10:29 2011 -0700 |
| committer | Android Code Review <code-review@android.com> | Wed Aug 03 08:10:29 2011 -0700 |
| tree | c64451cd5ceb0debe3c5b6e870559c9250f5d69d | |
| parent | bcf861f246bb06ebba2c070af5b3222c5254970d [diff] | |
| parent | 7743f68204515c64ce363b397a7e0bd8015bd692 [diff] |
Merge "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)