From 2b50847a4c168bd368b0905c6aa325aa16f1123f Mon Sep 17 00:00:00 2001 From: uz Date: Sat, 26 Sep 2009 19:20:51 +0000 Subject: [PATCH] The _printf routine does not return anything. git-svn-id: svn://svn.cc65.org/cc65/trunk@4239 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/common/_printf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/common/_printf.h b/libsrc/common/_printf.h index 15910096c..038697478 100644 --- a/libsrc/common/_printf.h +++ b/libsrc/common/_printf.h @@ -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); -- 2.39.2