Commit 123d5d0d authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

cmd: Output a empty line before version in VER.

parent d1d2b46d
...@@ -1519,6 +1519,7 @@ void WCMD_execute (WCHAR *command, WCHAR *redirects, ...@@ -1519,6 +1519,7 @@ void WCMD_execute (WCHAR *command, WCHAR *redirects,
WCMD_type (p); WCMD_type (p);
break; break;
case WCMD_VER: case WCMD_VER:
WCMD_output(newline);
WCMD_version (); WCMD_version ();
break; break;
case WCMD_VERIFY: case WCMD_VERIFY:
......
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