Commit 6a651fa7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

hostname: Make display_computer_name() static.

parent 37daab56
......@@ -107,7 +107,7 @@ static int hostname_message(int msg)
return hostname_printfW(formatW, msg_buffer);
}
void display_computer_name(void)
static void display_computer_name(void)
{
static const WCHAR fmtW[] = {'%','s','\n',0};
......
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