From 6300c26921c9355c5e3edebaf0658652e122e10a Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 11 Dec 2008 15:02:44 +0000 Subject: [PATCH] prototype fix --- lib/sysutil/ser_putc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sysutil/ser_putc.c b/lib/sysutil/ser_putc.c index 26a3b0746..57e4fe64e 100644 --- a/lib/sysutil/ser_putc.c +++ b/lib/sysutil/ser_putc.c @@ -9,7 +9,7 @@ /*===========================================================================* * ser_putc * *===========================================================================*/ -PUBLIC int ser_putc(char c) +PUBLIC void ser_putc(char c) { unsigned long b; int i; -- 2.44.0