diff options
Diffstat (limited to 'src/cmd/tapefs')
-rw-r--r-- | src/cmd/tapefs/zipfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/tapefs/zipfs.c b/src/cmd/tapefs/zipfs.c index 5d3c4338..e9354f7b 100644 --- a/src/cmd/tapefs/zipfs.c +++ b/src/cmd/tapefs/zipfs.c @@ -29,7 +29,7 @@ struct Block{ }; static Biobuf *bin; -static ulong *crctab; +static u32int *crctab; static ulong crc; static int findCDir(Biobuf *); |