diff options
author | Nathan Moinvaziri <nathan@solidstatenetworks.com> | 2020-07-05 11:13:20 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-08-02 18:32:25 +0200 |
commit | d5d1f7e81b4814e60857372f451b106f5a401118 (patch) | |
tree | 816107d16b11f279dbf1435f331201d030b778af /deflate.c | |
parent | 4d385859f326ed9089270ae95961f12b135c37c8 (diff) |
Fixed extra symbols added to ABI when zlib-compat specified.
Diffstat (limited to 'deflate.c')
-rw-r--r-- | deflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ #include "deflate_p.h" #include "functable.h" -const char zng_deflate_copyright[] = " deflate 1.2.11.f Copyright 1995-2016 Jean-loup Gailly and Mark Adler "; +const char PREFIX(deflate_copyright)[] = " deflate 1.2.12.f Copyright 1995-2016 Jean-loup Gailly and Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot |