small fix in tdmi_compare_conf
This commit is contained in:
parent
897d111130
commit
a11a1b266d
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ tdmi_compare_conf(int adapter_type,
|
|||
sizeof(a->dmc_fe_params.u.qpsk))
|
||||
#if DVB_API_VERSION >= 5
|
||||
|| a->dmc_fe_modulation != b->dmc_fe_modulation
|
||||
a->dmc_fe_delsys != b->dmc_fe_delsys ||
|
||||
a->dmc_fe_rolloff != b->dmc_fe_rolloff
|
||||
|| a->dmc_fe_delsys != b->dmc_fe_delsys
|
||||
|| a->dmc_fe_rolloff != b->dmc_fe_rolloff
|
||||
#endif
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue