From: Carlo Landmeter Date: Thu, 31 Oct 2013 16:44:23 +0000 (+0000) Subject: linuxdvb: fix typo X-Git-Tag: v4.1~2427 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F303%2Fhead;p=thirdparty%2Ftvheadend.git linuxdvb: fix typo --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c index 0b6877aed..98c1d5bef 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c @@ -227,7 +227,7 @@ const idclass_t linuxdvb_satconf_4port_class = }, { .type = PT_STR, - .id = "network_bb`", + .id = "network_bb", .name = "BB", .get = linuxdvb_satconf_class_network_get3, .set = linuxdvb_satconf_class_network_set3,