Fix astobj2 doxygen comment.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2013-03-21 17:41:52 +00:00
parent 220cc9b9af
commit 14dd9445e9

View File

@@ -1433,8 +1433,8 @@ void ao2_container_unregister(const char *name);
* \param flags search_flags to control linking the object. (OBJ_NOLOCK)
* \param tag used for debugging.
*
* \retval NULL on errors.
* \retval !NULL on success.
* \retval 0 on errors.
* \retval 1 on success.
*
* This function inserts an object in a container according its key.
*