mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fixed DPRINT.
svn path=/trunk/; revision=8694
This commit is contained in:
@@ -97,7 +97,7 @@ InitializeVideoAddressSpace(VOID)
|
||||
if (BaseAddress != (PVOID)0xa0000)
|
||||
{
|
||||
DPRINT(("VBEMP: Couldn't map physical memory at the right address "
|
||||
"(was %x)(%x)\n", BaseAddress, Address));
|
||||
"(was %x)\n", BaseAddress));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user