projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
220cc9b
)
Fix astobj2 doxygen comment.
author
Richard Mudgett
<rmudgett@digium.com>
Thu, 21 Mar 2013 17:41:52 +0000
(17:41 +0000)
committer
Richard Mudgett
<rmudgett@digium.com>
Thu, 21 Mar 2013 17:41:52 +0000
(17:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383519
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/astobj2.h
patch
|
blob
|
history
diff --git
a/include/asterisk/astobj2.h
b/include/asterisk/astobj2.h
index
032b008
..
bc7a9f9
100644
(file)
--- 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.
*