diff options
Diffstat (limited to 'filter/f-util.c')
-rw-r--r-- | filter/f-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/f-util.c b/filter/f-util.c index 5500f282..4b580fb9 100644 --- a/filter/f-util.c +++ b/filter/f-util.c @@ -30,7 +30,7 @@ filter_name(const struct filter *filter) return filter->sym->name; } -struct filter *f_new_where(const struct f_inst *where) +struct filter *f_new_where(struct f_inst *where) { struct f_inst acc = { .fi_code = FI_PRINT_AND_DIE, |