[svn-commits] tilghman: branch 1.4 r226304 - /branches/1.4/include/asterisk/linkedlists.h

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


Author: tilghman
Date: Wed Oct 28 13:02:25 2009
New Revision: 226304

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=226304
Log:
Fix documentation (pointed out by TheDavidFactor on #-dev)

Modified:
    branches/1.4/include/asterisk/linkedlists.h

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




More information about the svn-commits mailing list