Fix minor doc issue (bug #4145)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-05-04 19:50:36 +00:00
parent 358238b170
commit 824763970b

View File

@@ -466,7 +466,8 @@ extern "C" {
* \note This macro does not destroy any objects, it simply unlinks * \note This macro does not destroy any objects, it simply unlinks
* them from the list. No destructors are called. * 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) \ #define ASTOBJ_CONTAINER_UNLINK(container,obj) \
({ \ ({ \