From: Jaroslav Kysela Date: Tue, 12 Feb 2019 17:15:25 +0000 (+0100) Subject: esfilter: cosmetic fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca6a3f2f7d79e04ad12cf34f78e0f71784eaaa0f;p=thirdparty%2Ftvheadend.git esfilter: cosmetic fix --- diff --git a/src/esfilter.h b/src/esfilter.h index d790ec80e..c96a22e9c 100644 --- a/src/esfilter.h +++ b/src/esfilter.h @@ -63,7 +63,7 @@ extern const idclass_t esfilter_class_other; SCT_MASK(SCT_CA) #define ESF_MASK_OTHER \ - SCT_MASK(SCT_MPEGTS) | SCT_MASK(SCT_HBBTV) + (SCT_MASK(SCT_MPEGTS) | SCT_MASK(SCT_HBBTV)) extern uint32_t esfilterclsmask[];