]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: fix typo 303/head
authorCarlo Landmeter <clandmeter@gmail.com>
Thu, 31 Oct 2013 16:44:23 +0000 (16:44 +0000)
committerCarlo Landmeter <clandmeter@gmail.com>
Thu, 31 Oct 2013 16:44:23 +0000 (16:44 +0000)
src/input/mpegts/linuxdvb/linuxdvb_satconf.c

index 0b6877aed41ee592c6d7f940387d2a192a29b347..98c1d5bef90918fe81b4470598b3178e4f19d358 100644 (file)
@@ -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,