From 14dd9445e9febb1c8933b245593496b781fa0f63 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Thu, 21 Mar 2013 17:41:52 +0000 Subject: Fix astobj2 doxygen comment. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383519 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/astobj2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/asterisk/astobj2.h') diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h index 032b008ec..bc7a9f90f 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. * -- cgit v1.2.3