diff options
author | David Turner <digit%android.com@gtempaccount.com> | 2011-08-03 17:45:26 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-08-03 17:45:26 -0700 |
commit | d34ff3cb969277af0e8554b0977c645e956eae66 (patch) | |
tree | 2772e11834e2fd2691fb5b4753c8a676040f3008 | |
parent | a4f633ff2a3a8fc5b3b9a7a13f99e3ca5edc5df8 (diff) | |
parent | ae3c9783f286f07e794fb67a458b0c9dc2becc29 (diff) | |
download | bionic-d34ff3cb969277af0e8554b0977c645e956eae66.zip bionic-d34ff3cb969277af0e8554b0977c645e956eae66.tar.gz bionic-d34ff3cb969277af0e8554b0977c645e956eae66.tar.bz2 |
am ae3c9783: am bc9d1fe7: am 4685acbd: am 9efda5b7: Merge "typo in libc/stdio/wcio.h"
* commit 'ae3c9783f286f07e794fb67a458b0c9dc2becc29':
typo in libc/stdio/wcio.h
-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) |