Use ANSI prototype for foldit().

This commit is contained in:
Xin LI 2009-12-13 04:14:55 +00:00
parent 105215075a
commit f449446e45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200468

View File

@ -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;