Fixed compilation error for list dumper
This commit is contained in:
parent
b63b1f778a
commit
6559d2a156
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ void list_dump(IntList list) {
|
|||
}
|
||||
}
|
||||
|
||||
list_it_release(iterator);
|
||||
list_it_release(&iterator);
|
||||
}
|
||||
|
||||
/* ===================================================================== */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue