[svn-commits] tilghman: branch 1.6.2 r226308 - in /branches/1.6.2: ./ include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 28 13:06:13 CDT 2009


Author: tilghman
Date: Wed Oct 28 13:06:10 2009
New Revision: 226308

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=226308
Log:
Merged revisions 226305 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r226305 | tilghman | 2009-10-28 13:04:05 -0500 (Wed, 28 Oct 2009) | 9 lines
  
  Merged revisions 226304 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r226304 | tilghman | 2009-10-28 13:02:25 -0500 (Wed, 28 Oct 2009) | 2 lines
    
    Fix documentation (pointed out by TheDavidFactor on #-dev)
  ........
................

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/include/asterisk/linkedlists.h

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/include/asterisk/linkedlists.h
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/include/asterisk/linkedlists.h?view=diff&rev=226308&r1=226307&r2=226308
==============================================================================
--- branches/1.6.2/include/asterisk/linkedlists.h (original)
+++ branches/1.6.2/include/asterisk/linkedlists.h Wed Oct 28 13:06:10 2009
@@ -443,8 +443,8 @@
  * \brief Checks whether the specified list contains any entries.
  * \param head This is a pointer to the list head structure
  *
- * \return non-zero if the list has entries
- * \return zero if not.
+ * \return zero if the list has entries
+ * \return non-zero if not.
  */
 #define	AST_LIST_EMPTY(head)	(AST_LIST_FIRST(head) == NULL)
 




More information about the svn-commits mailing list