mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Small DPRINT typo fix.
svn path=/trunk/; revision=34629
This commit is contained in:
@@ -32,7 +32,7 @@ NtCreateKey(OUT PHANDLE KeyHandle,
|
||||
CM_PARSE_CONTEXT ParseContext = {0};
|
||||
HANDLE Handle;
|
||||
PAGED_CODE();
|
||||
DPRINT("NtCreateKey(OB 0x%wZ)\n", ObjectAttributes->ObjectName);
|
||||
DPRINT("NtCreateKey(OB name %wZ)\n", ObjectAttributes->ObjectName);
|
||||
|
||||
/* Check for user-mode caller */
|
||||
if (PreviousMode == UserMode)
|
||||
|
||||
Reference in New Issue
Block a user