From 824763970b9f9bce66e9cfdc168136c9f9c60973 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 4 May 2005 19:50:36 +0000 Subject: [PATCH] Fix minor doc issue (bug #4145) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5580 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/astobj.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/asterisk/astobj.h b/include/asterisk/astobj.h index 9515341216..ca18cf53cb 100755 --- a/include/asterisk/astobj.h +++ b/include/asterisk/astobj.h @@ -466,7 +466,8 @@ extern "C" { * \note This macro does not destroy any objects, it simply unlinks * them from the list. No destructors are called. * - * \return The object unlinked or NULL if no matching object was found. + * \return The container's reference to the removed object or NULL if no + * matching object was found. */ #define ASTOBJ_CONTAINER_UNLINK(container,obj) \ ({ \