mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:43:51 +00:00
[NTVDM]
Add missing \n at DBGPRINT svn path=/trunk/; revision=67356
This commit is contained in:
parent
7576c6a523
commit
d253af244e
1 changed files with 1 additions and 1 deletions
|
@ -2556,7 +2556,7 @@ VOID WINAPI DosInt21h(LPWORD Stack)
|
||||||
setES(0x0000);
|
setES(0x0000);
|
||||||
setBX(0x0000);
|
setBX(0x0000);
|
||||||
|
|
||||||
DPRINT1("INT 21h, AH=52h: This application requires the internal DOS List of lists (SYSVARS). UNIMPLEMENTED");
|
DPRINT1("INT 21h, AH=52h: This application requires the internal DOS List of lists (SYSVARS). UNIMPLEMENTED\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue