diff options
Diffstat (limited to 'archival/libarchive/bz/bzlib.c')
-rw-r--r-- | archival/libarchive/bz/bzlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/bz/bzlib.c b/archival/libarchive/bz/bzlib.c index ef98bb213..9af2f026d 100644 --- a/archival/libarchive/bz/bzlib.c +++ b/archival/libarchive/bz/bzlib.c | |||
@@ -87,7 +87,7 @@ int isempty_RL(EState* s) | |||
87 | static | 87 | static |
88 | void BZ2_bzCompressInit(bz_stream *strm, int blockSize100k) | 88 | void BZ2_bzCompressInit(bz_stream *strm, int blockSize100k) |
89 | { | 89 | { |
90 | int32_t n; | 90 | unsigned n; |
91 | EState* s; | 91 | EState* s; |
92 | 92 | ||
93 | s = xzalloc(sizeof(EState)); | 93 | s = xzalloc(sizeof(EState)); |