am ae3c9783: am bc9d1fe7: am 4685acbd: am 9efda5b7: Merge "typo in libc/stdio/wcio.h"

* commit 'ae3c9783f286f07e794fb67a458b0c9dc2becc29':
  typo in libc/stdio/wcio.h
This commit is contained in:
David Turner 2011-08-03 17:45:26 -07:00 committed by Android Git Automerger
commit d34ff3cb96

View File

@ -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)