Skip to content

Commit

Permalink
Give overzoom a predictable exit status
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Jul 21, 2023
1 parent 26383d3 commit 98fbaef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overzoom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,5 @@ int main(int argc, char **argv) {

std::string out = overzoom(tile, oz, ox, oy, nz, nx, ny);
fwrite(out.c_str(), sizeof(char), out.size(), stdout);
return 0;
}

0 comments on commit 98fbaef

Please sign in to comment.