Commit in reactos/drivers/video/miniport/vbe on MAIN | |||
vbemp.c | +1 | -1 | 1.4 -> 1.5 |
- Fixed DPRINT.
diff -u -r1.4 -r1.5 --- vbemp.c 15 Feb 2004 19:27:36 -0000 1.4 +++ vbemp.c 13 Mar 2004 21:33:16 -0000 1.5 @@ -97,7 +97,7 @@
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; }