Fixup some silly prototype warnings

This commit is contained in:
Eric Andersen
2001-10-31 10:41:31 +00:00
parent 69a20f0aca
commit eaecbf33f7
4 changed files with 11 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ static unsigned char *pvector;
static char *pinvec, *poutvec;
static void convert()
static void convert(void)
{
short read_chars = 0;
short c, coded;