src/printf.c

changeset 926
8fdd8d78c14b
parent 890
54565fd74e74
--- a/src/printf.c	Sat Oct 12 19:41:04 2024 +0200
+++ b/src/printf.c	Sun Oct 13 14:06:32 2024 +0200
@@ -34,7 +34,7 @@
 #ifndef CX_PRINTF_SBO_SIZE
 #define CX_PRINTF_SBO_SIZE 512
 #endif
-unsigned const cx_printf_sbo_size = CX_PRINTF_SBO_SIZE;
+const unsigned cx_printf_sbo_size = CX_PRINTF_SBO_SIZE;
 
 int cx_fprintf(
         void *stream,

mercurial