diff options
Diffstat (limited to 'examples/fitblk.c')
-rw-r--r-- | examples/fitblk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fitblk.c b/examples/fitblk.c index 68f5680..723dc00 100644 --- a/examples/fitblk.c +++ b/examples/fitblk.c | |||
@@ -198,7 +198,7 @@ int main(int argc, char **argv) | |||
198 | if (ret == Z_MEM_ERROR) | 198 | if (ret == Z_MEM_ERROR) |
199 | quit("out of memory"); | 199 | quit("out of memory"); |
200 | 200 | ||
201 | /* set up for next reocmpression */ | 201 | /* set up for next recompression */ |
202 | ret = inflateReset(&inf); | 202 | ret = inflateReset(&inf); |
203 | assert(ret != Z_STREAM_ERROR); | 203 | assert(ret != Z_STREAM_ERROR); |
204 | ret = deflateReset(&def); | 204 | ret = deflateReset(&def); |