mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix dprint.
svn path=/trunk/; revision=64477
This commit is contained in:
@@ -2126,7 +2126,7 @@ VOID WINAPI VidBiosVideoService(LPWORD Stack)
|
||||
if (Bda->VideoMode < 4 || Bda->VideoMode > 6)
|
||||
{
|
||||
DPRINT1("BIOS Function INT 10h, AH = 0Bh, BH = 0x%02X is unsupported for non-CGA modes\n",
|
||||
getAH(), getBH());
|
||||
getBH());
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user