main: initialize reference mode properly
This commit is contained in:
parent
8210be0f17
commit
e176587e96
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -63,7 +63,7 @@ static int exit_status = 0;
|
|||
|
||||
static int reload = 0;
|
||||
|
||||
static REF_Mode ref_mode;
|
||||
static REF_Mode ref_mode = REF_ModeNormal;
|
||||
|
||||
/* ================================================== */
|
||||
|
||||
|
|
Loading…
Reference in a new issue