- Fixed DPRINT.

svn path=/trunk/; revision=8694
This commit is contained in:
Filip Navara 2004-03-13 21:33:16 +00:00
parent 3211fcf2d0
commit 1bc3d1b4ed

View file

@ -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;
}