diff options
Diffstat (limited to 'zlib/examples/zran.c')
-rw-r--r-- | zlib/examples/zran.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/examples/zran.c b/zlib/examples/zran.c index 8c7717eb2..617a13086 100644 --- a/zlib/examples/zran.c +++ b/zlib/examples/zran.c @@ -351,7 +351,7 @@ int main(int argc, char **argv) int len; off_t offset; FILE *in; - struct access *index; + struct access *index = NULL; unsigned char buf[CHUNK]; /* open input file */ |