Skip to content

Commit

Permalink
missing gzclose
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkokot authored May 23, 2023
1 parent b206029 commit 8286536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/colord/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ bool isFastq(const std::string& path)
std::cerr << "Error: file " << path << " is empty\n";
exit(1);
}
gzclose(f);
return c == '@';
}

Expand Down

0 comments on commit 8286536

Please sign in to comment.