diff options
author | hansr <hk-git@circlestorm.org> | 2014-10-18 12:11:48 +0200 |
---|---|---|
committer | hansr <hk-git@circlestorm.org> | 2014-10-18 12:11:48 +0200 |
commit | 8999d0a963bd0e5080b6ed56bd073d2f5544e982 (patch) | |
tree | 0b4f2186625a4bb19fe53075001c3cbc2c68bf26 /infback.c | |
parent | de4fe1be2b673051e4773e6d86d7331f6cb14b01 (diff) |
Remove FAR variants of voidpf
And a few Bytef leftovers from test/example.c
Diffstat (limited to 'infback.c')
-rw-r--r-- | infback.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |