From d2f4f0a81cda86511605e10c0def55219c75c78f Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 12 Aug 2009 22:31:49 +0000 Subject: Ticket #915 (misc fixes): - fixed wrong doxygen comment for pj_list_empty() function (thanks Roman Puls for the report!) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2872 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pjlib/include/pj/list.h b/pjlib/include/pj/list.h index e734c0d6..36e4196e 100644 --- a/pjlib/include/pj/list.h +++ b/pjlib/include/pj/list.h @@ -96,7 +96,7 @@ PJ_INLINE(void) pj_list_init(pj_list_type * node) * * @param node The list head. * - * @return Non-zero if the list is not-empty, or zero if it is empty. + * @return Non-zero if the list is empty, or zero if it is not empty. * */ PJ_INLINE(int) pj_list_empty(const pj_list_type * node) -- cgit v1.2.3