From 56480f1c56c24c4ccbc256941634692c6abda537 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Jul 1999 20:06:53 +0000 Subject: [PATCH] Fix typos. --- stdlib/wctomb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3