# HG changeset patch # User stefano # Date 1241910046 0 # Node ID 6676b1979b688bf15ace8e91c16eadd3a4ec88cd # Parent b339440472c6d520011da163088f4e99b010789f Add missing '*' to av_tree_insert() doxy. diff -r b339440472c6 -r 6676b1979b68 tree.h --- 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. */