mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOS:MM]
- Add missing \n to DPRINT in MmGetPhysicalAddress svn path=/trunk/; revision=61087
This commit is contained in:
@@ -4871,7 +4871,7 @@ MmGetPhysicalAddress(PVOID Address)
|
||||
}
|
||||
}
|
||||
|
||||
DPRINT1("MM:MmGetPhysicalAddressFailed base address was %p", Address);
|
||||
DPRINT1("MM:MmGetPhysicalAddressFailed base address was %p\n", Address);
|
||||
PhysicalAddress.QuadPart = 0;
|
||||
return PhysicalAddress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user