Fix dprint.

svn path=/trunk/; revision=64477
This commit is contained in:
Hermès Bélusca-Maïto 2014-10-03 00:33:21 +00:00
parent 10ae572456
commit f102c47da5

View file

@ -2126,7 +2126,7 @@ VOID WINAPI VidBiosVideoService(LPWORD Stack)
if (Bda->VideoMode < 4 || Bda->VideoMode > 6) if (Bda->VideoMode < 4 || Bda->VideoMode > 6)
{ {
DPRINT1("BIOS Function INT 10h, AH = 0Bh, BH = 0x%02X is unsupported for non-CGA modes\n", DPRINT1("BIOS Function INT 10h, AH = 0Bh, BH = 0x%02X is unsupported for non-CGA modes\n",
getAH(), getBH()); getBH());
break; break;
} }