Skip to content

Commit

Permalink
Fix typo in VSEARCH 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed Oct 10, 2018
1 parent d07d1be commit 7edf527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastqjoin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ void fastq_join()

progress_done();

if (fastq_next(fastq_rev, 0, chrmap_nochange))
if (fastq_next(fastq_rev, 0, chrmap_no_change))
fatal("More reverse reads than forward reads");

fprintf(stderr,
Expand Down

0 comments on commit 7edf527

Please sign in to comment.