André Hentschel : msvcrt: Fix typo.

Alexandre Julliard julliard at winehq.org
Tue Jan 19 11:53:44 CST 2010


Module: wine
Branch: master
Commit: 13e8505e58da5dc458c74bb6b140851e51aaf38f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=13e8505e58da5dc458c74bb6b140851e51aaf38f

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jan 19 14:33:43 2010 +0100

msvcrt: Fix typo.

---

 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)
 {




More information about the wine-cvs mailing list