--- OLD/pbm/pbmtolps.c Thu Jan 1 00:00:00 1970 +++ NEW/pbm/pbmtolps.c Thu Jan 1 00:00:00 1970 @@ -166,9 +166,7 @@ static int pointcount = 2; -char morepoints(cmd, howmany_pbmtolps) - char cmd; - int howmany_pbmtolps; +char morepoints(char cmd, int howmany_pbmtolps) { pointcount += 2; if (pointcount > 1000) {