Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Dec 8, 2024
1 parent c183494 commit 558d5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make_vers
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ sub print_checkoptions ($) {
for my $i (0 .. $#versions - 1) {
print $fh "defined(H5_USE_", $versions[$i], "_API)";

# -2 because we're ignoring the last version in the loop, and the
# -2 because we're ignoring the last version in the array, and the
# last version we DO write out can't have an || after it
if ($i < @versions - 2) {
print $fh " || ";
Expand Down

0 comments on commit 558d5cb

Please sign in to comment.