Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: fix another doc enum crash
  • Loading branch information
perexg committed Apr 18, 2016
1 parent 3d4ac3e commit f2406ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_satconf.c
Expand Up @@ -1183,6 +1183,7 @@ static htsmsg_t *
linuxdvb_satconf_ele_class_network_enum( void *o, const char *lang )
{
linuxdvb_satconf_ele_t *ls = o;
if (ls == NULL) return NULL;
return mpegts_input_class_network_enum(ls->lse_parent->ls_frontend, lang);
}

Expand Down

0 comments on commit f2406ca

Please sign in to comment.