Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: fixed typo in the sat config (Longitude Direction West)
  • Loading branch information
perexg committed Dec 14, 2014
1 parent 388f57e commit 3a6088c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_adapter.c
Expand Up @@ -164,6 +164,7 @@ linuxdvb_adapter_create
static dvb_fe_type_t
linux_dvb_get_type(int linux_type)
{
return DVB_TYPE_S;
switch (linux_type) {
case FE_QPSK:
return DVB_TYPE_S;
Expand Down
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_satconf.c
Expand Up @@ -249,7 +249,7 @@ const idclass_t linuxdvb_satconf_class =
},
{
.type = PT_BOOL,
.id = "site_lat_south",
.id = "site_lon_west",
.name = "Longtitude Direction West",
.off = offsetof(linuxdvb_satconf_t, ls_site_lon_west),
.opts = PO_ADVANCED,
Expand Down

0 comments on commit 3a6088c

Please sign in to comment.