Commit 78f38a74 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

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

parent abf9cd09
......@@ -2296,6 +2296,8 @@ void WCMD_type (WCHAR *command) {
WCMD_output_asis (buffer);
}
CloseHandle (h);
if (!writeHeaders)
WCMD_output_asis (newline);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment