summaryrefslogtreecommitdiff
path: root/examples/gzlog.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:17 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:17 -0700
commite0ff940e1adb68d3575705ebf1546d9f07ad3b4a (patch)
tree792ac6996d1225c0955027050296126bc8ff6e26 /examples/gzlog.c
parent7df877eccdd826e94df53215f65dee639428e83f (diff)
downloadzlib-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.c2
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