From 2981af84ad7b5aa7a154d838d9180aea11f81662 Mon Sep 17 00:00:00 2001 From: tilghman Date: Wed, 28 Oct 2009 18:05:54 +0000 Subject: 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) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@226307 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/linkedlists.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/asterisk') diff --git a/include/asterisk/linkedlists.h b/include/asterisk/linkedlists.h index 1ee524301..82db0924c 100644 --- a/include/asterisk/linkedlists.h +++ b/include/asterisk/linkedlists.h @@ -443,8 +443,8 @@ struct { \ * \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) -- cgit v1.2.3