mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-25 12:58:10 +00:00
[common] make local struct local
This commit is contained in:
parent
51ddb62126
commit
5b199d8f25
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
a12-179-g785bc33192+1
|
a12-180-g51ddb62126+1
|
|
@ -43,7 +43,7 @@ struct State
|
||||||
int gCount;
|
int gCount;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct State state =
|
static struct State state =
|
||||||
{
|
{
|
||||||
.doHelp = false,
|
.doHelp = false,
|
||||||
.options = NULL,
|
.options = NULL,
|
||||||
|
|
Loading…
Reference in a new issue