Andrey Gusev : ntdll: Fix a variable name in TRACE() message.

Alexandre Julliard julliard at winehq.org
Tue Dec 21 15:16:33 CST 2021


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue Dec 21 17:28:48 2021 +0200

ntdll: Fix a variable name in TRACE() message.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/ntdll/loader.c b/dlls/ntdll/loader.c
index d11f3f0f79d..c8f3d83947f 100644
--- a/dlls/ntdll/loader.c
+++ b/dlls/ntdll/loader.c
@@ -3127,7 +3127,7 @@ NTSTATUS WINAPI LdrGetDllHandleEx( ULONG flags, LPCWSTR load_path, ULONG *dll_ch
     WCHAR *dllname;
     HANDLE mapping;
 
-    TRACE( "flag %#x, load_path %p, dll_characteristics %p, name %p, base %p.\n",
+    TRACE( "flags %#x, load_path %p, dll_characteristics %p, name %p, base %p.\n",
             flags, load_path, dll_characteristics, name, base );
 
     if (flags & ~valid_flags) return STATUS_INVALID_PARAMETER;




More information about the wine-cvs mailing list