Skip to content

Commit

Permalink
otpbp_zlib: fix preprocess condition typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledest committed Jun 19, 2024
1 parent 81be08c commit c8d0def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otpbp_zlib.erl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ compress(Data, Level) ->
zip(Data, Level) -> z(Data, Level, -?MAX_WBITS).
-endif.

-ifndef(HAVE_zlib__gzip2_1).
-ifndef(HAVE_zlib__gzip_2).
-ifndef(NEED_zlib__z_3).
-define(NEED_zlib__z_3, true).
-endif.
Expand Down

0 comments on commit c8d0def

Please sign in to comment.