src/cx/printf.h

changeset 926
8fdd8d78c14b
parent 890
54565fd74e74
--- a/src/cx/printf.h	Sat Oct 12 19:41:04 2024 +0200
+++ b/src/cx/printf.h	Sun Oct 13 14:06:32 2024 +0200
@@ -48,7 +48,7 @@
 /**
  * The maximum string length that fits into stack memory.
  */
-extern unsigned const cx_printf_sbo_size;
+extern const unsigned cx_printf_sbo_size;
 
 /**
  * A \c fprintf like function which writes the output to a stream by

mercurial