diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-18 13:38:12 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-24 12:23:25 +0100 |
commit | 958c953416d8df84e5cccc06e158c1f769f3ad51 (patch) | |
tree | 00a37c536738ac93228de3280402fac831bc8aa1 /newlib/libc/stdio/fgetwc.c | |
parent | de5e58a6402ce2f4abd55a47e698030dbce30ac9 (diff) | |
download | cygnal-958c953416d8df84e5cccc06e158c1f769f3ad51.tar.gz cygnal-958c953416d8df84e5cccc06e158c1f769f3ad51.tar.bz2 cygnal-958c953416d8df84e5cccc06e158c1f769f3ad51.zip |
Fix mismatched parentheses in documentation.
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
* libc/locale/locale.c: Fix mismatched parentheses in
documentation.
* libc/locale/locale.tex: Ditto.
* libc/stdio/fgetwc.c: Ditto.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libc/stdio/fgetwc.c')
-rw-r--r-- | newlib/libc/stdio/fgetwc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/fgetwc.c b/newlib/libc/stdio/fgetwc.c index e89404be8..d6de4b6cb 100644 --- a/newlib/libc/stdio/fgetwc.c +++ b/newlib/libc/stdio/fgetwc.c @@ -150,7 +150,7 @@ are simply reentrant versions of the above functions that are passed the additional reentrant structure pointer argument: <[ptr]>. RETURNS -The next wide character cast to <<wint_t>>), unless there is no more data, +The next wide character cast to <<wint_t>>, unless there is no more data, or the host system reports a read error; in either of these situations, <<fgetwc>> and <<getwc>> return <<WEOF>>. |