Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
perexg committed Dec 5, 2016
1 parent 3e26f82 commit 17b16b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/satip/satip_frontend.c
Expand Up @@ -525,7 +525,7 @@ satip_frontend_is_enabled
lock_assert(&global_lock);

if (!mpegts_input_is_enabled(mi, mm, flags, weight))
return MI_IS_EMABLED_NEVER;
return MI_IS_ENABLED_NEVER;
if (lfe->sf_device->sd_dbus_allow <= 0)
return MI_IS_ENABLED_NEVER;
if (lfe->sf_type != DVB_TYPE_S)
Expand Down

0 comments on commit 17b16b0

Please sign in to comment.