Skip to content

Commit

Permalink
Fix missing ZEXPORT for crc32_combine_op().
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Adler committed Jun 4, 2022
1 parent 441a2ac commit 6c532a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crc32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ uLong ZEXPORT crc32_combine_gen(len2)
}

/* ========================================================================= */
uLong crc32_combine_op(crc1, crc2, op)
uLong ZEXPORT crc32_combine_op(crc1, crc2, op)
uLong crc1;
uLong crc2;
uLong op;
Expand Down

0 comments on commit 6c532a8

Please sign in to comment.