Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/archival/libarchive/lzo1x_9x.c

    r2725 r3232  
    645645
    646646static int min_gain(unsigned ahead, unsigned lit1,
    647             unsigned lit2, int l1, int l2, int l3)
     647            unsigned lit2, int l1, int l2, int l3)
    648648{
    649649    int lazy_match_min_gain = 0;
     
    674674
    675675static void better_match(const lzo_swd_p swd,
    676                unsigned *m_len, unsigned *m_off)
     676            unsigned *m_len, unsigned *m_off)
    677677{
    678678    if (*m_len <= M2_MIN_LEN)
     
    915915    compression_level -= 7;
    916916    return lzo1x_999_compress_internal(in, in_len, out, out_len, wrkmem,
    917                        c[compression_level].good_length,
    918                        c[compression_level].max_lazy,
    919                        c[compression_level].max_chain,
    920                        c[compression_level].use_best_off);
    921 }
     917                    c[compression_level].good_length,
     918                    c[compression_level].max_lazy,
     919                    c[compression_level].max_chain,
     920                    c[compression_level].use_best_off);
     921}
Note: See TracChangeset for help on using the changeset viewer.