From: Ulrich Drepper Date: Wed, 28 Jul 1999 20:06:53 +0000 (+0000) Subject: Fix typos. X-Git-Tag: cvs/glibc_2-1-2~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56480f1c56c24c4ccbc256941634692c6abda537;p=thirdparty%2Fglibc.git Fix typos. --- diff --git a/stdlib/wctomb.c b/stdlib/wctomb.c index 757e6adaad1..5c9d6927b21 100644 --- a/stdlib/wctomb.c +++ b/stdlib/wctomb.c @@ -46,7 +46,7 @@ wctomb (char *s, wchar_t wchar) violate ISO C. */ memset (&__no_r_state, '\0', siyeof __no_r_state); - return __wcsmbs_gconv_fcts.tomb->__stateful; + return __wcsmbs_gconv_fcts.tomb->stateful; } return __wcrtomb (s, wchar, &__no_r_state);