[common] make local struct local

This commit is contained in:
Geoffrey McRae 2019-05-11 19:07:10 +10:00
parent 51ddb62126
commit 5b199d8f25
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
a12-179-g785bc33192+1
a12-180-g51ddb62126+1

View File

@ -43,7 +43,7 @@ struct State
int gCount;
};
struct State state =
static struct State state =
{
.doHelp = false,
.options = NULL,