Changeset 2872


Ignore:
Timestamp:
Aug 12, 2009 10:31:49 PM (15 years ago)
Author:
bennylp
Message:

Ticket #915 (misc fixes):

  • fixed wrong doxygen comment for pj_list_empty() function (thanks Roman Puls for the report!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/list.h

    r2394 r2872  
    9797 * @param node  The list head. 
    9898 * 
    99  * @return Non-zero if the list is not-empty, or zero if it is empty. 
     99 * @return Non-zero if the list is empty, or zero if it is not empty. 
    100100 * 
    101101 */ 
Note: See TracChangeset for help on using the changeset viewer.