~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_patiencediff_c.c

  • Committer: Martin Pool
  • Date: 2009-10-29 06:11:23 UTC
  • mto: This revision was merged to the branch mainline in revision 4776.
  • Revision ID: mbp@sourcefrog.net-20091029061123-vyjm0si2r97rgsp2
one more the the

Show diffs side-by-side

added added

removed removed

Lines of Context:
319
319
        /* check for duplicates of this line in lines_b[blo:bhi] */
320
320
        /* loop through all lines in the linked list */
321
321
        for (i = h[equiv].b_pos; i != SENTINEL; i = lines_b[i].next) {
322
 
            /* the index is lower than blo, continue to the the next line */
 
322
            /* the index is lower than blo, continue to the next line */
323
323
            if (i < blo) {
324
324
                h[equiv].b_pos = i;
325
325
                continue;