From d253af244ee3935b7754005831ac4e1af7c7efed Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Wed, 22 Apr 2015 21:35:14 +0000 Subject: [PATCH] [NTVDM] Add missing \n at DBGPRINT svn path=/trunk/; revision=67356 --- reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c b/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c index 973b78cb853..bc9b388a3c4 100644 --- a/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c +++ b/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c @@ -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; }