linuxdvb_satconf: fix the class name for 4port config
This commit is contained in:
parent
d95d93d22e
commit
d501195386
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ const idclass_t linuxdvb_satconf_2port_class =
|
|||
const idclass_t linuxdvb_satconf_4port_class =
|
||||
{
|
||||
.ic_super = &linuxdvb_satconf_class,
|
||||
.ic_class = "linuxdvb_satconf_2port",
|
||||
.ic_class = "linuxdvb_satconf_4port",
|
||||
.ic_caption = "DVB-S 4-port",
|
||||
.ic_properties = (const property_t[]) {
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue