src/cx/linked_list.h

changeset 1239
b4b1f15d1866
parent 1180
4c3a69b9723a
--- a/src/cx/linked_list.h	Wed Mar 05 20:53:41 2025 +0100
+++ b/src/cx/linked_list.h	Thu Mar 06 20:28:34 2025 +0100
@@ -77,7 +77,7 @@
  *
  * If @p elem_size is #CX_STORE_POINTERS, the created list stores pointers instead of
  * copies of the added elements and the compare function will be automatically set
- * to cx_cmp_ptr(), if none is given.
+ * to cx_cmp_ptr().
  *
  * @param elem_size (@c size_t) the size of each element in bytes
  * @return (@c CxList*) the created list

mercurial