diff options
| author | wkj <devnull@localhost> | 2004-05-16 07:54:22 +0000 |
|---|---|---|
| committer | wkj <devnull@localhost> | 2004-05-16 07:54:22 +0000 |
| commit | b855148c9b6d28fedfd083d037bcf246f1913d92 (patch) | |
| tree | 0075eb6ea37427fa48b78cb937fabc04175cead1 /src/cmd/postscript/tr2post/conv.c | |
| parent | 61f5c35c9465f0702739b41249a664d409f0482c (diff) | |
| download | plan9port-b855148c9b6d28fedfd083d037bcf246f1913d92.tar.gz plan9port-b855148c9b6d28fedfd083d037bcf246f1913d92.zip | |
Checkpoint.
Diffstat (limited to 'src/cmd/postscript/tr2post/conv.c')
| -rw-r--r-- | src/cmd/postscript/tr2post/conv.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); */ |
