mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Fix dprint.
svn path=/trunk/; revision=64477
This commit is contained in:
parent
10ae572456
commit
f102c47da5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue