fix wrong doc in cxListFind()

Sat, 22 Apr 2023 14:09:46 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 22 Apr 2023 14:09:46 +0200
changeset 698
7345ee0a0301
parent 697
ebdce4bf262b
child 699
35b2b99ee523

fix wrong doc in cxListFind()

src/cx/list.h file | annotate | diff | comparison | revisions
     1.1 --- a/src/cx/list.h	Sat Apr 22 13:06:18 2023 +0200
     1.2 +++ b/src/cx/list.h	Sat Apr 22 14:09:46 2023 +0200
     1.3 @@ -569,7 +569,7 @@
     1.4   *
     1.5   * @param list the list
     1.6   * @param elem the element to find
     1.7 - * @return the index of the element or \c (size+1) if the element is not found
     1.8 + * @return the index of the element or \c size if the element is not found
     1.9   */
    1.10  __attribute__((__nonnull__))
    1.11  static inline size_t cxListFind(

mercurial