Fix syntax error because of forgotten brace

This commit is contained in:
Nils André-Chang 2019-12-28 23:34:55 +00:00
parent 5fcb31d279
commit 4fe32b1482

View File

@ -2838,7 +2838,6 @@ int parse_parameters (struct ccx_s_options *opt, int argc, char *argv[])
if(opt->demux_cfg.ts_forced_program != -1)
opt->demux_cfg.ts_forced_program_selected = 1;
}
// Init telexcc redundant options
tlt_config.dolevdist = opt->dolevdist;