hostname: Output a CRLF newline with the hostname string.

This commit is contained in:
Andrew Nguyen 2011-06-01 07:13:21 -05:00 committed by Alexandre Julliard
parent a90b698e0c
commit c8ea11c0d8
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ static int hostname_message(int msg)
static void display_computer_name(void)
{
static const WCHAR fmtW[] = {'%','s','\n',0};
static const WCHAR fmtW[] = {'%','s','\r','\n',0};
char nameA[256];
WCHAR nameW[256];