We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c57e8 commit ea8ab81Copy full SHA for ea8ab81
1 file changed
lib/zip_algorithm_bzip2.c
@@ -163,7 +163,6 @@ end(void *ud) {
163
struct ctx *ctx = (struct ctx *)ud;
164
int err;
165
166
- /* TODO: can this fail? */
167
if (ctx->compress) {
168
err = BZ2_bzCompressEnd(&ctx->zstr);
169
}
0 commit comments