diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:17 -0700 |
commit | e0ff940e1adb68d3575705ebf1546d9f07ad3b4a (patch) | |
tree | 792ac6996d1225c0955027050296126bc8ff6e26 /examples/gzlog.c | |
parent | 7df877eccdd826e94df53215f65dee639428e83f (diff) | |
download | zlib-1.2.3.8.tar.gz zlib-1.2.3.8.tar.bz2 zlib-1.2.3.8.zip |
zlib 1.2.3.8v1.2.3.8
Diffstat (limited to 'examples/gzlog.c')
-rw-r--r-- | examples/gzlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gzlog.c b/examples/gzlog.c index 4daf1c2..d70aaca 100644 --- a/examples/gzlog.c +++ b/examples/gzlog.c | |||
@@ -62,7 +62,7 @@ | |||
62 | compressed data, and contains both the crc and length of just the compressed | 62 | compressed data, and contains both the crc and length of just the compressed |
63 | data and of the complete set of data including the contents of the foo.add | 63 | data and of the complete set of data including the contents of the foo.add |
64 | file. | 64 | file. |
65 | 65 | ||
66 | Again, the foo.add file is maintained during the compress operation in case | 66 | Again, the foo.add file is maintained during the compress operation in case |
67 | of an interruption. If in the unlikely event the foo.add file with the data | 67 | of an interruption. If in the unlikely event the foo.add file with the data |
68 | to be compressed is missing due to some external force, a gzip file with | 68 | to be compressed is missing due to some external force, a gzip file with |