cmd: Always add a new line in 'type' output on single file mode.

oldstable
Nikolay Sivov 2009-02-17 22:39:42 +03:00 committed by Alexandre Julliard
parent abf9cd0993
commit 78f38a742f
1 changed files with 2 additions and 0 deletions

View File

@ -2296,6 +2296,8 @@ void WCMD_type (WCHAR *command) {
WCMD_output_asis (buffer);
}
CloseHandle (h);
if (!writeHeaders)
WCMD_output_asis (newline);
}
}
}