]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavutil/tree.h
Add missing '*' to av_tree_insert() doxy.
[frescor/ffmpeg.git] / 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.
  */