mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[common] make local struct local
This commit is contained in:
parent
51ddb62126
commit
5b199d8f25
@ -43,7 +43,7 @@ struct State
|
||||
int gCount;
|
||||
};
|
||||
|
||||
struct State state =
|
||||
static struct State state =
|
||||
{
|
||||
.doHelp = false,
|
||||
.options = NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user