From 52000a774870174e7fef53d0710f3ccf35c6df6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Fri, 18 Nov 2011 01:11:36 +0100 Subject: [PATCH] wineboot: Make runkeys_names global variable static. --- programs/wineboot/wineboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c index 47a9bf1eff0..d020f37eaa6 100644 --- a/programs/wineboot/wineboot.c +++ b/programs/wineboot/wineboot.c @@ -574,7 +574,7 @@ enum runkeys { RUNKEY_RUN, RUNKEY_RUNONCE, RUNKEY_RUNSERVICES, RUNKEY_RUNSERVICESONCE }; -const WCHAR runkeys_names[][30]= +static const WCHAR runkeys_names[][30]= { {'R','u','n',0}, {'R','u','n','O','n','c','e',0},