X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgiedit.c;fp=cgiedit.c;h=7e04f46d51293d2fca6c27e4abb6dc97b96e88d7;hp=750015cf665b0c3354542c61e3302d94998e0c84;hb=f55c721b5a0f4ef96141f7e192ce6902151b1462;hpb=dc046c1b629250c059a991cc6ce2785e7ba3d0ec diff --git a/cgiedit.c b/cgiedit.c index 750015cf..7e04f46d 100644 --- a/cgiedit.c +++ b/cgiedit.c @@ -2833,7 +2833,7 @@ jb_err cgi_edit_actions_for_url(struct client_state *csp, char number[20]; struct list_entry *filter_name; struct map *line_exports; - const int type = filter_group->type; + const enum filter_type type = filter_group->type; const int multi_action_index = filter_type_info[type].multi_action_index; assert(type < MAX_FILTER_TYPES);