Skip to content

Commit

Permalink
rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Jan 30, 2025
1 parent c028e99 commit 8207533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vsearch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5781,7 +5781,7 @@ auto cmd_fastq_mergepairs() -> void
}


auto fillheader() -> void
auto fill_prog_header() -> void
{
constexpr static double one_gigabyte {1024 * 1024 * 1024};
snprintf(progheader, max_line_length,
Expand Down Expand Up @@ -5824,7 +5824,7 @@ auto show_header() -> void {

auto main(int argc, char** argv) -> int
{
fillheader();
fill_prog_header();

struct Parameters parameters;

Expand Down

0 comments on commit 8207533

Please sign in to comment.