]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
fix typo
authorJaroslav Kysela <perex@perex.cz>
Mon, 5 Dec 2016 10:03:35 +0000 (11:03 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 5 Dec 2016 10:03:35 +0000 (11:03 +0100)
src/input/mpegts/satip/satip_frontend.c

index 75f993389fb3e154e75726f5b09892e5c00c8f87..a56a0336a7216f1ea86c49dea7e3a72029e9c2f3 100644 (file)
@@ -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)