Alexandre Julliard : ntdll: Fixed typo in RTL_GetKeyHandle ( spotted by Sean Chu).

Alexandre Julliard julliard at winehq.org
Wed Oct 17 09:05:23 CDT 2007


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Oct 17 12:37:44 2007 +0200

ntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean Chu).

---

 dlls/ntdll/reg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/reg.c b/dlls/ntdll/reg.c
index d03925f..85297e3 100644
--- a/dlls/ntdll/reg.c
+++ b/dlls/ntdll/reg.c
@@ -1031,7 +1031,7 @@ static NTSTATUS RTL_GetKeyHandle(ULONG RelativeTo, PCWSTR Path, PHANDLE handle)
 
     static const WCHAR empty[] = {0};
     static const WCHAR control[] = {'\\','R','e','g','i','s','t','r','y','\\','M','a','c','h','i','n','e',
-    '\\','S','y','s','t','e','m','\\','C','u','r','r','e','n','t',' ','C','o','n','t','r','o','l','S','e','t','\\',
+    '\\','S','y','s','t','e','m','\\','C','u','r','r','e','n','t','C','o','n','t','r','o','l','S','e','t','\\',
     'C','o','n','t','r','o','l','\\',0};
 
     static const WCHAR devicemap[] = {'\\','R','e','g','i','s','t','r','y','\\','M','a','c','h','i','n','e','\\',




More information about the wine-cvs mailing list