Commit 52000a77 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

wineboot: Make runkeys_names global variable static.

parent 67181743
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment