]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/_printf.h
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / _printf.h
index 15910096c4bb86d5a307c82ed4eadaf6eef7b5a3..03869747835e6d1b5faab22a83373273f72bf64b 100644 (file)
@@ -34,7 +34,7 @@ struct outdesc {
 
 
 /* Internal formatting routine */
-int __fastcall__ _printf (struct outdesc* d, const char* format, va_list ap);
+void __fastcall__ _printf (struct outdesc* d, const char* format, va_list ap);