Skip to content

Commit

Permalink
Update miniz.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-- committed Nov 28, 2023
1 parent 8ff8911 commit 2186c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miniz.h
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@ int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len,
mz_stream stream;
memset(&stream, 0, sizeof(stream));

#if defined(__MINGW32__) || defined(__MINGW64__) defined(__WATCOMC__)
#if defined(__MINGW32__) || defined(__MINGW64__) || defined(__WATCOMC__)
/* In case mz_ulong is 64-bits (argh I hate longs). */
#else
if ((mz_uint64)(source_len | *pDest_len) > 0xFFFFFFFFU)
Expand Down

0 comments on commit 2186c2a

Please sign in to comment.