diff options
Diffstat (limited to 'zlibWrapper/examples/fitblk.c')
-rw-r--r-- | zlibWrapper/examples/fitblk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlibWrapper/examples/fitblk.c b/zlibWrapper/examples/fitblk.c index 669b176eb8cb..8dc7071ee96c 100644 --- a/zlibWrapper/examples/fitblk.c +++ b/zlibWrapper/examples/fitblk.c @@ -119,7 +119,7 @@ local int recompress(z_streamp inf, z_streamp def) if (ret == Z_MEM_ERROR) return ret; - /* compress what was decompresed until done or no room */ + /* compress what was decompressed until done or no room */ def->avail_in = RAWLEN - inf->avail_out; def->next_in = raw; if (inf->avail_out != 0) |