diff options
author | hansr <hk-git@circlestorm.org> | 2014-10-16 15:32:17 +0200 |
---|---|---|
committer | hansr <hk-git@circlestorm.org> | 2014-10-16 15:32:17 +0200 |
commit | c4963b5ebf8e1c4171445c8abe907f95a02972d5 (patch) | |
tree | f175d954a7f7ccb8f6f35ac92a7e77726042fd76 /adler32.c | |
parent | 78af3d50d814920ae05029436e8a50e10585d597 (diff) |
Remove FAR variants of variables ushf, schf, Posf, Bytef, charf,
intf, uIntf and uLongf
Diffstat (limited to 'adler32.c')
-rw-r--r-- | adler32.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ local uLong adler32_combine_ (uLong adler1, uLong adler2, z_off64_t len2); /* ========================================================================= */ uLong ZEXPORT adler32(adler, buf, len) uLong adler; - const Bytef *buf; + const Byte *buf; uInt len; { unsigned long sum2; |