From b855148c9b6d28fedfd083d037bcf246f1913d92 Mon Sep 17 00:00:00 2001 From: wkj Date: Sun, 16 May 2004 07:54:22 +0000 Subject: Checkpoint. --- 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 4b7d97f6..ebc1f43d 100644 --- a/src/cmd/postscript/tr2post/conv.c +++ b/src/cmd/postscript/tr2post/conv.c @@ -5,14 +5,14 @@ #include "tr2post.h" void -conv(Biobuf *Bp) { +conv(Biobufhdr *Bp) { long c, n; int r; char special[10]; int save; inputlineno = 1; - if (debug) Bprint(Bstderr, "conv(Biobuf *Bp=0x%x)\n", Bp); + if (debug) Bprint(Bstderr, "conv(Biobufhdr *Bp=0x%x)\n", Bp); while ((r = Bgetrune(Bp)) >= 0) { /* Bprint(Bstderr, "r=<%c>,0x%x\n", r, r); */ /* Bflush(Bstderr); */ -- cgit v1.2.3