wineboot: Make runkeys_names global variable static

Frédéric Delanoy frederic.delanoy at gmail.com
Thu Nov 17 18:11:36 CST 2011


---
 programs/wineboot/wineboot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c
index 47a9bf1..d020f37 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},
-- 
1.7.7.2




More information about the wine-patches mailing list