From: Richard Mudgett Date: Thu, 21 Mar 2013 17:41:52 +0000 (+0000) Subject: Fix astobj2 doxygen comment. X-Git-Tag: 13.0.0-beta1~1995 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14dd9445e9febb1c8933b245593496b781fa0f63;p=thirdparty%2Fasterisk.git Fix astobj2 doxygen comment. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383519 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h index 032b008ec1..bc7a9f90f6 100644 --- a/include/asterisk/astobj2.h +++ b/include/asterisk/astobj2.h @@ -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. *