From 9c5a4ea28c70d040ded329480ae93e94b389515c Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Date: Sat, 9 May 2009 23:00:46 +0000
Subject: [PATCH] Add missing '*' to av_tree_insert() doxy.

Originally committed as revision 18775 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavutil/tree.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/tree.h b/libavutil/tree.h
index e6803f8a604..b26dd9b0000 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.
  */
-- 
GitLab