fix syntax error

This commit is contained in:
Max 2020-06-18 21:50:44 -04:00
parent 921a1d8ea0
commit 82364672ed
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ static const int MAX_OUT = 1;
d_verbose_flag(verbose_flag),
d_config_file(config_file),
d_nxdn96_mode(nxdn96_mode),
d_output_amount((nxdn96_mode) ? 384 : 192);
d_output_amount((nxdn96_mode) ? 384 : 192),
d_sacch_seq(0),
d_lich(0),
d_ran(0)