cmd: Output a empty line before version in VER.

This commit is contained in:
Frédéric Delanoy 2011-07-14 13:54:41 +02:00 committed by Alexandre Julliard
parent d1d2b46d79
commit 123d5d0d60

View file

@ -1519,6 +1519,7 @@ void WCMD_execute (WCHAR *command, WCHAR *redirects,
WCMD_type (p);
break;
case WCMD_VER:
WCMD_output(newline);
WCMD_version ();
break;
case WCMD_VERIFY: