src/cx/common.h

changeset 890
54565fd74e74
parent 766
e59b76889f00
--- a/src/cx/common.h	Wed Sep 18 00:02:18 2024 +0200
+++ b/src/cx/common.h	Sat Sep 28 15:47:28 2024 +0200
@@ -101,7 +101,7 @@
  * Function pointer compatible with fwrite-like functions.
  */
 typedef size_t (*cx_write_func)(
-        void const *,
+        const void *,
         size_t,
         size_t,
         void *

mercurial