From: Jaroslav Kysela Date: Mon, 5 Dec 2016 10:03:35 +0000 (+0100) Subject: fix typo X-Git-Tag: v4.2.1~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17b16b08c757986fbf8677db0b8a08b448152553;p=thirdparty%2Ftvheadend.git fix typo --- diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index 75f993389..a56a0336a 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -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)