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