Author: sebor
Date: Tue Jan 10 18:56:27 2006
New Revision: 367887

URL: http://svn.apache.org/viewcvs?rev=367887&view=rev
Log:
2006-01-10  Martin Sebor  <[EMAIL PROTECTED]>

        * string.cpp [_RWSTD_NO_WMEMCHR] (wmemchr): Corrected a typo
        in function name.

Modified:
    incubator/stdcxx/trunk/src/string.cpp

Modified: incubator/stdcxx/trunk/src/string.cpp
URL: 
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/src/string.cpp?rev=367887&r1=367886&r2=367887&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/string.cpp (original)
+++ incubator/stdcxx/trunk/src/string.cpp Tue Jan 10 18:56:27 2006
@@ -106,7 +106,7 @@
 
 #  if defined (_RWSTD_NO_WMEMCHR) && !defined (_RWSTD_NO_WMEMCHR_IN_LIBC)
 
-wchar_t* memchr (const wchar_t*, wchar_t, _RWSTD_SIZE_T) _LIBC_THROWS ();
+wchar_t* wmemchr (const wchar_t*, wchar_t, _RWSTD_SIZE_T) _LIBC_THROWS ();
 
 #    undef _RWSTD_NO_WMEMCHR
 #  endif   // _RWSTD_NO_WMEMCHR && !_RWSTD_NO_WMEMCHR_IN_LIBC


Reply via email to