src/cx/list.h

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

mercurial