src/cx/list.h

changeset 698
7345ee0a0301
parent 681
502105523db7
child 699
35b2b99ee523
     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