# HG changeset patch # User Mike Becker # Date 1682165386 -7200 # Node ID 7345ee0a03016cffc0d866df9f0b986722971b92 # Parent ebdce4bf262bca690abbb363b1c9da015c719fb9 fix wrong doc in cxListFind() diff -r ebdce4bf262b -r 7345ee0a0301 src/cx/list.h --- a/src/cx/list.h Sat Apr 22 13:06:18 2023 +0200 +++ b/src/cx/list.h Sat Apr 22 14:09:46 2023 +0200 @@ -569,7 +569,7 @@ * * @param list the list * @param elem the element to find - * @return the index of the element or \c (size+1) if the element is not found + * @return the index of the element or \c size if the element is not found */ __attribute__((__nonnull__)) static inline size_t cxListFind(