Frédéric Delanoy : wineboot: Make runkeys_names global variable static.
Module: wine Branch: master Commit: 52000a774870174e7fef53d0710f3ccf35c6df6b URL: http://source.winehq.org/git/wine.git/?a=commit;h=52000a774870174e7fef53d071... Author: Frédéric Delanoy <frederic.delanoy(a)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},
participants (1)
-
Alexandre Julliard