Skip to content

Commit

Permalink
Remove duplicated code #806
Browse files Browse the repository at this point in the history
  • Loading branch information
gvollant authored and madler committed Jul 30, 2023
1 parent f209ca7 commit 7b28ecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/minizip/ioapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc, voidpf filestrea
void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def* p_filefunc64_32, const zlib_filefunc_def* p_filefunc32) {
p_filefunc64_32->zfile_func64.zopen64_file = NULL;
p_filefunc64_32->zopen32_file = p_filefunc32->zopen_file;
p_filefunc64_32->zfile_func64.zerror_file = p_filefunc32->zerror_file;
p_filefunc64_32->zfile_func64.zread_file = p_filefunc32->zread_file;
p_filefunc64_32->zfile_func64.zwrite_file = p_filefunc32->zwrite_file;
p_filefunc64_32->zfile_func64.ztell64_file = NULL;
Expand Down

0 comments on commit 7b28ecc

Please sign in to comment.