From: Tilghman Lesher Date: Wed, 28 Oct 2009 18:02:25 +0000 (+0000) Subject: Fix documentation (pointed out by TheDavidFactor on #-dev) X-Git-Tag: 1.4.27-rc3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f0b0de9c2cb651a4d7d1974ae8b6865f55c8a4;p=thirdparty%2Fasterisk.git Fix documentation (pointed out by TheDavidFactor on #-dev) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@226304 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/linkedlists.h b/include/asterisk/linkedlists.h index f99001e7ba..a41ba857b6 100644 --- a/include/asterisk/linkedlists.h +++ b/include/asterisk/linkedlists.h @@ -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)