summaryrefslogtreecommitdiff
path: root/infback.c
diff options
context:
space:
mode:
authorhansr <hk-git@circlestorm.org>2014-10-18 12:11:48 +0200
committerhansr <hk-git@circlestorm.org>2014-10-18 12:11:48 +0200
commit8999d0a963bd0e5080b6ed56bd073d2f5544e982 (patch)
tree0b4f2186625a4bb19fe53075001c3cbc2c68bf26 /infback.c
parentde4fe1be2b673051e4773e6d86d7331f6cb14b01 (diff)
Remove FAR variants of voidpf
And a few Bytef leftovers from test/example.c
Diffstat (limited to 'infback.c')
-rw-r--r--infback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/infback.c b/infback.c
index c082388..e873426 100644
--- a/infback.c
+++ b/infback.c
@@ -46,7 +46,7 @@ int stream_size;
return Z_STREAM_ERROR;
#else
strm->zalloc = zcalloc;
- strm->opaque = (voidpf)0;
+ strm->opaque = (voidp)0;
#endif
}
if (strm->zfree == (free_func)0)