Louis Lenders : wtsapi32: Fix copy/paste error in comment.

Alexandre Julliard julliard at winehq.org
Fri Jan 5 14:02:03 CST 2018


Module: wine
Branch: master
Commit: 0bdd879fde17ded68f03502ae2ff44e14176fabb
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0bdd879fde17ded68f03502ae2ff44e14176fabb

Author: Louis Lenders <xerox.xerox2000x at gmail.com>
Date:   Thu Jan  4 10:10:00 2018 +0100

wtsapi32: Fix copy/paste error in comment.

Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wtsapi32/wtsapi32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wtsapi32/wtsapi32.c b/dlls/wtsapi32/wtsapi32.c
index c668604..aeb4b65 100644
--- a/dlls/wtsapi32/wtsapi32.c
+++ b/dlls/wtsapi32/wtsapi32.c
@@ -277,7 +277,7 @@ BOOL WINAPI WTSRegisterSessionNotification(HWND hWnd, DWORD dwFlags)
 }
 
 /************************************************************
- *                WTSRegisterSessionNotification (WTSAPI32.@)
+ *                WTSRegisterSessionNotificationEx (WTSAPI32.@)
  */
 BOOL WINAPI WTSRegisterSessionNotificationEx(HANDLE hServer, HWND hWnd, DWORD dwFlags)
 {




More information about the wine-cvs mailing list