aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-27 18:03:20 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-27 18:03:20 +0100
commit3d27d435dbe7d39894257894b9dd32bfa607604c (patch)
treeddf5842839edb7c826ed54efa37d736c68750a2b /archival/libarchive
parent2beb1f6fafc341f571501829fc17773f2e0ddbbf (diff)
downloadbusybox-w32-3d27d435dbe7d39894257894b9dd32bfa607604c.tar.gz
busybox-w32-3d27d435dbe7d39894257894b9dd32bfa607604c.tar.bz2
busybox-w32-3d27d435dbe7d39894257894b9dd32bfa607604c.zip
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/libarchive')
-rw-r--r--archival/libarchive/lzo1x_9x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/lzo1x_9x.c b/archival/libarchive/lzo1x_9x.c
index 09ee4ba5c..df26b375f 100644
--- a/archival/libarchive/lzo1x_9x.c
+++ b/archival/libarchive/lzo1x_9x.c
@@ -487,7 +487,7 @@ static int find_match(lzo1x_999_t *c, lzo_swd_p s,
487} 487}
488 488
489/* this is a public functions, but there is no prototype in a header file */ 489/* this is a public functions, but there is no prototype in a header file */
490static int lzo1x_999_compress_internal(const uint8_t *in , unsigned in_len, 490static int lzo1x_999_compress_internal(const uint8_t *in, unsigned in_len,
491 uint8_t *out, unsigned *out_len, 491 uint8_t *out, unsigned *out_len,
492 void *wrkmem, 492 void *wrkmem,
493 unsigned good_length, 493 unsigned good_length,