]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix documentation (pointed out by TheDavidFactor on #-dev)
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 28 Oct 2009 18:02:25 +0000 (18:02 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 28 Oct 2009 18:02:25 +0000 (18:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@226304 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/linkedlists.h

index f99001e7baa213c0830fdfca9c68e5ac8d899397..a41ba857b6c9c1d07f0b708b59ecfef55ba697bd 100644 (file)
@@ -408,7 +408,7 @@ struct {                                                            \
   \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)