]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typos.
authorUlrich Drepper <drepper@redhat.com>
Wed, 28 Jul 1999 20:06:53 +0000 (20:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 28 Jul 1999 20:06:53 +0000 (20:06 +0000)
stdlib/wctomb.c

index 757e6adaad11531548181a7184dc17cc055b7f24..5c9d6927b2169b5eed27fbdc37cd34de2f9a5baa 100644 (file)
@@ -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);