From 3d27d435dbe7d39894257894b9dd32bfa607604c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 27 Dec 2018 18:03:20 +0100 Subject: randomconfig fixes Signed-off-by: Denys Vlasenko --- archival/libarchive/lzo1x_9x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival') 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, } /* this is a public functions, but there is no prototype in a header file */ -static int lzo1x_999_compress_internal(const uint8_t *in , unsigned in_len, +static int lzo1x_999_compress_internal(const uint8_t *in, unsigned in_len, uint8_t *out, unsigned *out_len, void *wrkmem, unsigned good_length, -- cgit v1.2.3