summaryrefslogtreecommitdiff
path: root/gzwrite.c
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2015-04-26 20:37:30 +0200
committerHans Kristian Rosbach <hk-git@circlestorm.org>2015-04-26 20:37:30 +0200
commitf4e0118002f5fefcc1f0c913c38025e40203c012 (patch)
tree30b60442e1fedc2a8d69c25306edbba95c4a0ba9 /gzwrite.c
parent2fb8e04202f8d90994722bcdc6c62d3ecbe9fe09 (diff)
Cleanup: Replace 'voidpc' with 'void const *'
Diffstat (limited to 'gzwrite.c')
-rw-r--r--gzwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gzwrite.c b/gzwrite.c
index 9ea702e..a52aef3 100644
--- a/gzwrite.c
+++ b/gzwrite.c
@@ -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;