diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2020-09-12 15:28:58 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-09-13 13:07:54 +0200 |
commit | a1ae8834d36d12e7de59c5aec761ce936c9776c9 (patch) | |
tree | f914d51ce83aaadfcd4f3fb5d02d914b1f2865db /zutil.c | |
parent | 0c31c20d6accbfe4e5e0e35c4b0d777a35666bd0 (diff) |
Remove some of the references to the unreleased zlib 1.2.12
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ z_const char * const PREFIX(z_errmsg)[10] = { }; const char zlibng_string[] = - " zlib-ng 1.9.9 forked from zlib 1.2.12.f "; + " zlib-ng 1.9.9 forked from zlib"; #ifdef ZLIB_COMPAT const char * Z_EXPORT zlibVersion(void) { |