diff options
Diffstat (limited to 'examples/zran.h')
-rw-r--r-- | examples/zran.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zran.h b/examples/zran.h index ebf780d..8a332d6 100644 --- a/examples/zran.h +++ b/examples/zran.h | |||
@@ -30,7 +30,7 @@ struct deflate_index { | |||
30 | // the number of access points on success (>= 1), Z_MEM_ERROR for out of | 30 | // the number of access points on success (>= 1), Z_MEM_ERROR for out of |
31 | // memory, Z_BUF_ERROR for a premature end of input, Z_DATA_ERROR for a format | 31 | // memory, Z_BUF_ERROR for a premature end of input, Z_DATA_ERROR for a format |
32 | // or verification error in the input file, or Z_ERRNO for a file read error. | 32 | // or verification error in the input file, or Z_ERRNO for a file read error. |
33 | // On success, *built points to the resulting index. | 33 | // On success, *built points to the resulting index, otherwise it's NULL. |
34 | int deflate_index_build(FILE *in, off_t span, struct deflate_index **built); | 34 | int deflate_index_build(FILE *in, off_t span, struct deflate_index **built); |
35 | 35 | ||
36 | // Use the index to read len bytes from offset into buf. Return the number of | 36 | // Use the index to read len bytes from offset into buf. Return the number of |