From e8fb1d3efb114d1859f14fda2b6681d99df1f48a Mon Sep 17 00:00:00 2001 From: wkj Date: Mon, 17 May 2004 02:24:15 +0000 Subject: tr2post and aux/download; download is a shell script in $PLAN9/bin. --- src/cmd/postscript/tr2post/conv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/postscript/tr2post/conv.c') diff --git a/src/cmd/postscript/tr2post/conv.c b/src/cmd/postscript/tr2post/conv.c index ebc1f43d..25575ccc 100644 --- a/src/cmd/postscript/tr2post/conv.c +++ b/src/cmd/postscript/tr2post/conv.c @@ -5,8 +5,8 @@ #include "tr2post.h" void -conv(Biobufhdr *Bp) { - long c, n; +conv(Biobuf *Bp) { + long n; int r; char special[10]; int save; -- cgit v1.2.3