[FFmpeg-cvslog] r18775 - trunk/libavutil/tree.h
stefano
subversion
Sun May 10 01:00:46 CEST 2009
Author: stefano
Date: Sun May 10 01:00:46 2009
New Revision: 18775
Log:
Add missing '*' to av_tree_insert() doxy.
Modified:
trunk/libavutil/tree.h
Modified: trunk/libavutil/tree.h
==============================================================================
--- trunk/libavutil/tree.h Sat May 9 14:26:05 2009 (r18774)
+++ trunk/libavutil/tree.h Sun May 10 01:00:46 2009 (r18775)
@@ -71,7 +71,7 @@ void *av_tree_find(const struct AVTreeNo
* }
*
* @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.
*/
More information about the ffmpeg-cvslog
mailing list