aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/decompress_unzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libunarchive/decompress_unzip.c')
-rw-r--r--archival/libunarchive/decompress_unzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c
index a436db191..35fcfeec8 100644
--- a/archival/libunarchive/decompress_unzip.c
+++ b/archival/libunarchive/decompress_unzip.c
@@ -892,7 +892,7 @@ static int inflate_get_next_window(void)
892 /* Doesnt get here */ 892 /* Doesnt get here */
893} 893}
894 894
895/* Initialise bytebuffer, be carefull not to overfill the buffer */ 895/* Initialise bytebuffer, be careful not to overfill the buffer */
896extern void inflate_init(unsigned int bufsize) 896extern void inflate_init(unsigned int bufsize)
897{ 897{
898 /* Set the bytebuffer size, default is same as gunzip_wsize */ 898 /* Set the bytebuffer size, default is same as gunzip_wsize */