]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Add missing '*' to av_tree_insert() doxy.
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 9 May 2009 23:00:46 +0000 (23:00 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 9 May 2009 23:00:46 +0000 (23:00 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18775 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavutil/tree.h

index e6803f8a604e0cbd860b4d526968e3e909693646..b26dd9b0000a7a0035875ee4b53c330f03c318ce 100644 (file)
@@ -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.
  */