mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[NTVDM]
Add missing \n at DBGPRINT svn path=/trunk/; revision=67356
This commit is contained in:
@@ -2556,7 +2556,7 @@ VOID WINAPI DosInt21h(LPWORD Stack)
|
||||
setES(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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user