Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Jan 8, 2025
1 parent 3763524 commit c220f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sff_convert.cc
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ auto sff_convert(struct Parameters const & parameters) -> void

/* ignore the rest of file */

check_for_additional_tail_data(fp_sff, parameters);
check_for_additional_tail_data(fp_sff, parameters); // rename to warn_if_additional_tail_data()?

std::fclose(fp_sff);
std::fclose(fp_fastqout);
Expand Down

0 comments on commit c220f83

Please sign in to comment.