many cleanups (forgotten includes)

This commit is contained in:
leitner
2002-07-08 21:05:07 +00:00
parent 7589c81061
commit 5706ea2e53
19 changed files with 23 additions and 27 deletions

View File

@@ -147,6 +147,7 @@ static void fixup(struct Filter* f) {
case NOT:
if (f->x) fixup(f->x);
default:
break;
}
if (f->next) fixup(f->next);
}