diff options
author | Mika Lindqvist <postmaster@raasu.org> | 2015-12-14 10:11:39 +0200 |
---|---|---|
committer | Mika Lindqvist <postmaster@raasu.org> | 2015-12-14 11:00:22 +0200 |
commit | 9c3a28087793a922367f1f5d6a8ffea9a9b14fd5 (patch) | |
tree | 9ace9c59c235da0d7c0e56813b53df206277e2ec /inffast.h | |
parent | e478ddb4639fb28f1baba83930d780a9dc5aae53 (diff) |
Type cleanup.
Diffstat (limited to 'inffast.h')
-rw-r--r-- | inffast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,6 @@ subject to change. Applications should only use zlib.h. */ -void ZLIB_INTERNAL inflate_fast(z_stream *strm, unsigned start); +void ZLIB_INTERNAL inflate_fast(z_stream *strm, unsigned long start); #endif /* INFFAST_H_ */ |