- Try compiling before committing, Arch!

svn path=/trunk/; revision=62585
This commit is contained in:
Thomas Faber 2014-03-30 09:44:02 +00:00
parent 3548a3cacb
commit a083c95ceb

View file

@ -756,7 +756,7 @@ IopStoreSystemPartitionInformation(IN PUNICODE_STRING NtSystemPartitionDeviceNam
KEY_ALL_ACCESS);
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;
}