msvcrt: Fix typo

André Hentschel nerv at dawncrow.de
Tue Jan 19 07:33:43 CST 2010


looks like those standard copy and paste errors
---
 dlls/msvcrt/locale.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msvcrt/locale.c b/dlls/msvcrt/locale.c
index b216838..c60b80d 100644
--- a/dlls/msvcrt/locale.c
+++ b/dlls/msvcrt/locale.c
@@ -462,7 +462,7 @@ char* CDECL MSVCRT_setlocale(int category, const char* locale)
 }
 
 /*********************************************************************
- *		setlocale (MSVCRT.@)
+ *		wsetlocale (MSVCRT.@)
  */
 MSVCRT_wchar_t* CDECL MSVCRT__wsetlocale(int category, const MSVCRT_wchar_t* locale)
 {
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list