X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flzx-compress.c;h=a4749d21c06e82649042c654db60b93b901db18b;hp=25712476b7aa6241d0134d1617ec716ae96703b1;hb=637f86d129be63bb9dc431e8e2ead370330ca5ce;hpb=3c96d0c4ff2175676ec8e0e204032ec0e254353e diff --git a/src/lzx-compress.c b/src/lzx-compress.c index 25712476..a4749d21 100644 --- a/src/lzx-compress.c +++ b/src/lzx-compress.c @@ -1199,7 +1199,8 @@ lzx_lz_get_matches_caching(struct lzx_compressor *ctx, } static u32 -lzx_get_prev_literal_cost(struct lzx_compressor *ctx) +lzx_get_prev_literal_cost(struct lzx_compressor *ctx, + struct lzx_lru_queue *queue) { return lzx_literal_cost(ctx->window[ctx->match_window_pos - 1], &ctx->costs);