diff options
-rw-r--r-- | archival/libunarchive/decompress_unzip.c | 2 | ||||
-rw-r--r-- | archival/libunarchive/unzip.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c index 770e4141d..1b2d587d6 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c | |||
@@ -147,7 +147,7 @@ unsigned char *bytebuffer = NULL; | |||
147 | unsigned int bytebuffer_offset = 0; | 147 | unsigned int bytebuffer_offset = 0; |
148 | unsigned int bytebuffer_size = 0; | 148 | unsigned int bytebuffer_size = 0; |
149 | 149 | ||
150 | static void fill_bytebuffer() | 150 | static void fill_bytebuffer(void) |
151 | { | 151 | { |
152 | if (bytebuffer_offset >= bytebuffer_size) { | 152 | if (bytebuffer_offset >= bytebuffer_size) { |
153 | /* Leave the first 4 bytes empty so we can always unwind the bitbuffer | 153 | /* Leave the first 4 bytes empty so we can always unwind the bitbuffer |
diff --git a/archival/libunarchive/unzip.c b/archival/libunarchive/unzip.c index 770e4141d..1b2d587d6 100644 --- a/archival/libunarchive/unzip.c +++ b/archival/libunarchive/unzip.c | |||
@@ -147,7 +147,7 @@ unsigned char *bytebuffer = NULL; | |||
147 | unsigned int bytebuffer_offset = 0; | 147 | unsigned int bytebuffer_offset = 0; |
148 | unsigned int bytebuffer_size = 0; | 148 | unsigned int bytebuffer_size = 0; |
149 | 149 | ||
150 | static void fill_bytebuffer() | 150 | static void fill_bytebuffer(void) |
151 | { | 151 | { |
152 | if (bytebuffer_offset >= bytebuffer_size) { | 152 | if (bytebuffer_offset >= bytebuffer_size) { |
153 | /* Leave the first 4 bytes empty so we can always unwind the bitbuffer | 153 | /* Leave the first 4 bytes empty so we can always unwind the bitbuffer |