X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=actions.c;h=7905231f3ee4c5e3925ed8e5ca861034d35957d1;hp=775350af91275171fcc444fe012f9442ff829060;hb=b9806a317e5ebb2de178414a7622011a406e42ff;hpb=694302ba33c361b948db3ab1f17d77dc7eb6e9b6 diff --git a/actions.c b/actions.c index 775350af..7905231f 100644 --- a/actions.c +++ b/actions.c @@ -1115,6 +1115,8 @@ static const char *filter_type_to_string(enum filter_type filter_type) case FT_EXTERNAL_CONTENT_FILTER: return "external content filter"; #endif + case FT_SUPPRESS_TAG: + return "suppress tag filter"; case FT_INVALID_FILTER: return "invalid filter type"; }