src/string.c

changeset 926
8fdd8d78c14b
parent 890
54565fd74e74
--- a/src/string.c	Sat Oct 12 19:41:04 2024 +0200
+++ b/src/string.c	Sun Oct 13 14:06:32 2024 +0200
@@ -236,7 +236,7 @@
 #ifndef CX_STRSTR_SBO_SIZE
 #define CX_STRSTR_SBO_SIZE 512
 #endif
-unsigned const cx_strstr_sbo_size = CX_STRSTR_SBO_SIZE;
+const unsigned cx_strstr_sbo_size = CX_STRSTR_SBO_SIZE;
 
 cxstring cx_strstr(
         cxstring haystack,

mercurial