Skip to content

Commit

Permalink
Better banner printing for msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal committed Jan 17, 2024
1 parent 1fa5c3e commit 033a28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ int main(int argc, char *argv[]) {
std::cout << "\n Reference genomes listed in " << iopts.ini_path << std::endl << std::endl;
std::string online = "https://github.com/kcleal/ref_genomes/releases/download/v0.1.0";
#if defined(_WIN32) || defined(_WIN64) || defined(__MSYS__)
const char *block_char = "*"
const char *block_char = "*";
#else
const char *block_char = "";
#endif
Expand Down

0 comments on commit 033a28f

Please sign in to comment.