src/cx/string.h

changeset 926
8fdd8d78c14b
parent 890
54565fd74e74
--- a/src/cx/string.h	Sat Oct 12 19:41:04 2024 +0200
+++ b/src/cx/string.h	Sun Oct 13 14:06:32 2024 +0200
@@ -42,7 +42,7 @@
 /**
  * The maximum length of the "needle" in cx_strstr() that can use SBO.
  */
-extern unsigned const cx_strstr_sbo_size;
+extern const unsigned cx_strstr_sbo_size;
 
 /**
  * The UCX string structure.

mercurial