Skip to content

Commit

Permalink
Fix documentation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Jun 1, 2008
1 parent 31b00c6 commit 4eb8b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ POSSIBILITY OF SUCH DAMAGE.
* @ref list_remove_data.
*
* To iterate over entries in a list, use @ref list_iterate to initialise
* a @ref ListIterator structure, with @ref list_iter_next
* a @ref ListIterator structure, with @ref list_iter_next and
* @ref list_iter_has_more to retrieve each value in turn.
* @list_iter_remove can be used to remove the current entry.
*
Expand Down

0 comments on commit 4eb8b90

Please sign in to comment.