From 1bc3d1b4ed8d3c9eabbefc8324ad3380939717df Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sat, 13 Mar 2004 21:33:16 +0000 Subject: [PATCH] - Fixed DPRINT. svn path=/trunk/; revision=8694 --- reactos/drivers/video/miniport/vbe/vbemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/video/miniport/vbe/vbemp.c b/reactos/drivers/video/miniport/vbe/vbemp.c index 6d8b05064c5..2b8e800a60f 100644 --- a/reactos/drivers/video/miniport/vbe/vbemp.c +++ b/reactos/drivers/video/miniport/vbe/vbemp.c @@ -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; }