hostname: Make display_computer_name() static.

This commit is contained in:
Francois Gouget 2011-05-23 16:20:36 +02:00 committed by Alexandre Julliard
parent 37daab560c
commit 6a651fa7f4
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ static int hostname_message(int msg)
return hostname_printfW(formatW, msg_buffer); return hostname_printfW(formatW, msg_buffer);
} }
void display_computer_name(void) static void display_computer_name(void)
{ {
static const WCHAR fmtW[] = {'%','s','\n',0}; static const WCHAR fmtW[] = {'%','s','\n',0};