X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgiedit.c;h=7e04f46d51293d2fca6c27e4abb6dc97b96e88d7;hp=750015cf665b0c3354542c61e3302d94998e0c84;hb=869a8de291688e072f0dbf6835386fcdf5698566;hpb=5ca53f92bc634c20fed90f338ac41561f87b834c 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);