diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-04-26 20:37:30 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-04-26 20:37:30 +0200 |
commit | f4e0118002f5fefcc1f0c913c38025e40203c012 (patch) | |
tree | 30b60442e1fedc2a8d69c25306edbba95c4a0ba9 /gzwrite.c | |
parent | 2fb8e04202f8d90994722bcdc6c62d3ecbe9fe09 (diff) |
Cleanup: Replace 'voidpc' with 'void const *'
Diffstat (limited to 'gzwrite.c')
-rw-r--r-- | gzwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ local int gz_zero(gz_statep state, z_off64_t len) /* -- see zlib.h -- */ int ZEXPORT gzwrite(file, buf, len) gzFile file; - voidpc buf; + void const *buf; unsigned len; { unsigned put = len; |