diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-04-26 21:06:49 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-04-26 21:08:25 +0200 |
commit | e5ee314ad46a9532256bfc63084fd6199fe5d5ec (patch) | |
tree | c62c3c8826f92e72af8c3bf6bd8c56d20f738657 /infback.c | |
parent | f4e0118002f5fefcc1f0c913c38025e40203c012 (diff) |
Cleanup: Replace 'voidp' with 'void *'
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 = (voidp)0; + strm->opaque = (void *)0; #endif } if (strm->zfree == (free_func)0) |