mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[NTOSKRNL]
Fix two typos, one spotted by Gabriel Ilardi and the other one spotted by me. svn path=/trunk/; revision=51663
This commit is contained in:
@@ -1957,7 +1957,7 @@ CmpSetVersionData(VOID)
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
&KeyName,
|
||||
OBJ_CASE_INSENSITIVE,
|
||||
0,
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
Status = NtCreateKey(&KeyHandle,
|
||||
@@ -1969,7 +1969,7 @@ CmpSetVersionData(VOID)
|
||||
NULL);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("Failed to create key &wZ (Status: %08lx)\n", &KeyName, Status);
|
||||
DPRINT1("Failed to create key %wZ (Status: %08lx)\n", &KeyName, Status);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user