=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: wineboot: Make runkeys_names global variable static.

Alexandre Julliard julliard at winehq.org
Fri Nov 18 10:19:05 CST 2011


Module: wine
Branch: master
Commit: 52000a774870174e7fef53d0710f3ccf35c6df6b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=52000a774870174e7fef53d0710f3ccf35c6df6b

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Fri Nov 18 01:11:36 2011 +0100

wineboot: Make runkeys_names global variable static.

---

 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},




More information about the wine-cvs mailing list