]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
capmt: fix for the previous commit, fixes #5654
authorJaroslav Kysela <perex@perex.cz>
Thu, 13 Jun 2019 09:41:28 +0000 (11:41 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 13 Jun 2019 09:41:28 +0000 (11:41 +0200)
src/descrambler/capmt.c

index c99f8a6a6c8d10042502a3a4efdc437c7587debc..f7db1eb9a11672818ec119b6d00c99c5c937b4ef 100644 (file)
@@ -2455,6 +2455,8 @@ caclient_capmt_class_pmtmode_list ( void *o, const char *lang )
   return strtab2htsmsg(tab, 1, lang);
 }
 
+CLASS_DOC(caclient_capmt)
+
 const idclass_t caclient_capmt_class =
 {
   .ic_super      = &caclient_class,