Mercurial > libavutil.hg
changeset 733:6676b1979b68 libavutil
Add missing '*' to av_tree_insert() doxy.
author | stefano |
---|---|
date | Sat, 09 May 2009 23:00:46 +0000 |
parents | b339440472c6 |
children | ac8ea47c8d7e |
files | tree.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tree.h Wed Apr 22 02:29:11 2009 +0000 +++ b/tree.h Sat May 09 23:00:46 2009 +0000 @@ -71,7 +71,7 @@ * } * * @return If no insertion happened, the found element; if an insertion or - removal happened, then either key or NULL will be returned. + * removal happened, then either key or NULL will be returned. * Which one it is depends on the tree state and the implementation. You * should make no assumptions that it's one or the other in the code. */