[asterisk-commits] rmudgett: trunk r383519 - /trunk/include/asterisk/astobj2.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Mar 21 12:41:55 CDT 2013


Author: rmudgett
Date: Thu Mar 21 12:41:52 2013
New Revision: 383519

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383519
Log:
Fix astobj2 doxygen comment.

Modified:
    trunk/include/asterisk/astobj2.h

Modified: trunk/include/asterisk/astobj2.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/astobj2.h?view=diff&rev=383519&r1=383518&r2=383519
==============================================================================
--- trunk/include/asterisk/astobj2.h (original)
+++ trunk/include/asterisk/astobj2.h Thu Mar 21 12:41:52 2013
@@ -1433,8 +1433,8 @@
  * \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.
  *




More information about the asterisk-commits mailing list