Skip to content

Commit 3ab4fd4

Browse files
committed
Be a bit more explicit about the filter mode references
1 parent b8e5df8 commit 3ab4fd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IncSet.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ IncSet* IncSet_new(FunctionBar* bar) {
7272
}
7373

7474
void IncSet_delete(IncSet* this) {
75-
IncMode_done(&(this->modes[0]));
76-
IncMode_done(&(this->modes[1]));
75+
IncMode_done(&(this->modes[INC_SEARCH]));
76+
IncMode_done(&(this->modes[INC_FILTER]));
7777
free(this);
7878
}
7979

0 commit comments

Comments
 (0)