Add missing \n at DBGPRINT

svn path=/trunk/; revision=67356
This commit is contained in:
Daniel Reimer 2015-04-22 21:35:14 +00:00
parent 7576c6a523
commit d253af244e

View file

@ -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;
}