Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo for previous patch
  • Loading branch information
perexg committed Jan 18, 2015
1 parent ac92591 commit f8b3bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_network.c
Expand Up @@ -178,7 +178,7 @@ const idclass_t mpegts_network_class =
.type = PT_BOOL,
.id = "sid_chnum",
.name = "Service IDs as Channel Numbers",
.off = offsetof(mpegts_network_t, mn_ignore_chnum),
.off = offsetof(mpegts_network_t, mn_sid_chnum),
.def.i = 0,
},
{
Expand Down

0 comments on commit f8b3bf4

Please sign in to comment.