mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
- Fixed DPRINT.
svn path=/trunk/; revision=8694
This commit is contained in:
parent
3211fcf2d0
commit
1bc3d1b4ed
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue