From 6a651fa7f4fd200c1b43547d6a122a10281272f9 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 23 May 2011 16:20:36 +0200 Subject: [PATCH] hostname: Make display_computer_name() static. --- programs/hostname/hostname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/hostname/hostname.c b/programs/hostname/hostname.c index 75095df7e39..003bbba6fe8 100644 --- a/programs/hostname/hostname.c +++ b/programs/hostname/hostname.c @@ -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};