less: document -S flag and make it independently configurable
[oweals/busybox.git] / archival / libarchive / lzo1x_9x.c
index 3e331984db044aebabcabcff04f0bd5407411cfa..09ee4ba5c3b16885bdd3f89e473192d2ff956afd 100644 (file)
@@ -71,7 +71,6 @@ typedef struct {
        uint8_t *out;
 
        unsigned r1_lit;
-
 } lzo1x_999_t;
 
 #define getbyte(c)  ((c).ip < (c).in_end ? *((c).ip)++ : (-1))
@@ -466,7 +465,6 @@ static int find_match(lzo1x_999_t *c, lzo_swd_p s,
        }
 
        s->m_len = 1;
-       s->m_len = 1;
 #ifdef SWD_BEST_OFF
        if (s->use_best_off)
                memset(s->best_pos, 0, sizeof(s->best_pos));