mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[common] make local struct local
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user