Skip to content

Commit

Permalink
Actually testing compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mchaisso committed Sep 29, 2023
1 parent a7d39b3 commit c82279f
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 @@ -461,7 +461,7 @@ int main (int argc, char **argv)
}
}
if ( argc == 1) {
printUsage();
printUsage(io);
exit(0);
}
if (read_flag) {
Expand Down

0 comments on commit c82279f

Please sign in to comment.