r973: fixed compiling errors caused

This commit is contained in:
Heng Li
2020-01-21 10:43:31 -05:00
parent 9dceae59a0
commit a7a01fe5bd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -908,6 +908,6 @@ mm_reg1_t *mm_align_skeleton(void *km, const mm_mapopt_t *opt, const mm_idx_t *m
kfree(km, qseq0[0]);
kfree(km, ez.cigar);
mm_filter_regs(opt, qlen, n_regs_, regs);
mm_hit_sort(km, n_regs_, regs, opt->alt_diff_frac);
mm_hit_sort(km, n_regs_, regs, opt->alt_drop);
return regs;
}