From f0546c8e34dbe1bcc636a6ab4529159266efafe6 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 23 Mar 2013 22:57:27 -0700 Subject: Clean up the addition of inflateGetDictionary. --- zlib.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib.map') diff --git a/zlib.map b/zlib.map index d7b4df7..9704371 100644 --- a/zlib.map +++ b/zlib.map @@ -78,5 +78,5 @@ ZLIB_1.2.5.2 { } ZLIB_1.2.5.1; ZLIB_1.2.7.1 { - inflateSetDictionary; + inflateGetDictionary; } ZLIB_1.2.7; -- cgit v1.2.3-55-g6feb