Skip to content

Commit

Permalink
minor fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed Dec 13, 2023
1 parent 27554d8 commit 055fb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/minmax.cc
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ int main(int argc, char* argv[]) {
sptk::PrintErrorMessage("minmax", error_message);
return 1;
}
if (empty) empty = false;
}
if (empty) empty = false;
}
// Write value if at least one data is given.
if (!empty) {
Expand Down

0 comments on commit 055fb48

Please sign in to comment.