Francois Gouget : hostname: Make display_computer_name() static.
Module: wine Branch: master Commit: 6a651fa7f4fd200c1b43547d6a122a10281272f9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6a651fa7f4fd200c1b43547d6a... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon May 23 16:20:36 2011 +0200 hostname: Make display_computer_name() static. --- programs/hostname/hostname.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/programs/hostname/hostname.c b/programs/hostname/hostname.c index 75095df..003bbba 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};
participants (1)
-
Alexandre Julliard