diff options
author | Ron Yorston <rmy@pobox.com> | 2019-01-10 08:38:15 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-01-10 08:38:15 +0000 |
commit | f99a280743e877c14ee90a3f9e93a34ca3476a27 (patch) | |
tree | 60ca3d17596e190c8c7cbca587168946598bee8a /archival/libarchive | |
parent | 40d5dd07ea1f290eaed30a03fd598e33a8eaf495 (diff) | |
parent | 6ca8e347fed8c24655df692f22694baf7c572770 (diff) | |
download | busybox-w32-f99a280743e877c14ee90a3f9e93a34ca3476a27.tar.gz busybox-w32-f99a280743e877c14ee90a3f9e93a34ca3476a27.tar.bz2 busybox-w32-f99a280743e877c14ee90a3f9e93a34ca3476a27.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'archival/libarchive')
-rw-r--r-- | archival/libarchive/lzo1x_9x.c | 2 |
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 */ |
490 | static int lzo1x_999_compress_internal(const uint8_t *in , unsigned in_len, | 490 | static 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, |