mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 17:30:32 +00:00
[NTOS]
- Try compiling before committing, Arch! svn path=/trunk/; revision=62585
This commit is contained in:
parent
3548a3cacb
commit
a083c95ceb
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ IopStoreSystemPartitionInformation(IN PUNICODE_STRING NtSystemPartitionDeviceNam
|
||||||
KEY_ALL_ACCESS);
|
KEY_ALL_ACCESS);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT("Failed to open HKLM\SYSTEM, Status=%lx\n", Status);
|
DPRINT("Failed to open HKLM\\SYSTEM, Status=%lx\n", Status);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue