diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 6ad82c2dc2f4..3c977cb8d5e0 100644 --- a/usr.bin/vis/foldit.c +++ b/usr.bin/vis/foldit.c @@ -44,9 +44,7 @@ static const char sccsid[] = "@(#)foldit.c 8.1 (Berkeley) 6/6/93"; #include "extern.h" int -foldit(chunk, col, max) - char *chunk; - int col, max; +foldit(char *chunk, int col, int max) { char *cp;