diff options
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 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; |
