From: stefano Date: Sat, 9 May 2009 23:00:46 +0000 (+0000) Subject: Add missing '*' to av_tree_insert() doxy. X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/78c9d553f73f942914d4f4cea5d5dbe302d2e87e Add missing '*' to av_tree_insert() doxy. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18775 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavutil/tree.h b/libavutil/tree.h index e6803f8a6..b26dd9b00 100644 --- a/libavutil/tree.h +++ b/libavutil/tree.h @@ -71,7 +71,7 @@ void *av_tree_find(const struct AVTreeNode *root, void *key, int (*cmp)(void *ke * } * * @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. */