prototype fix

This commit is contained in:
Ben Gras 2008-12-11 15:02:44 +00:00
parent fe3e0181d4
commit 6300c26921

View File

@ -9,7 +9,7 @@
/*===========================================================================* /*===========================================================================*
* ser_putc * * ser_putc *
*===========================================================================*/ *===========================================================================*/
PUBLIC int ser_putc(char c) PUBLIC void ser_putc(char c)
{ {
unsigned long b; unsigned long b;
int i; int i;