diff options
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 |