aboutsummaryrefslogtreecommitdiff
path: root/zlib/examples/zran.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-06-22 15:56:58 +0200
committermarha <marha@users.sourceforge.net>2012-06-22 15:56:58 +0200
commit66841fa144ddd72df67ab1ddf880ca508d4bc9e3 (patch)
tree7cf0afebcfa94bcc8b2046c85532efcf6b0f91d0 /zlib/examples/zran.c
parent1a68b7aceea62a76127f0fa13b3f127e37b2ec76 (diff)
parent7baa3d795c87c11550f1686488c968320428cbf9 (diff)
downloadvcxsrv-66841fa144ddd72df67ab1ddf880ca508d4bc9e3.tar.gz
vcxsrv-66841fa144ddd72df67ab1ddf880ca508d4bc9e3.tar.bz2
vcxsrv-66841fa144ddd72df67ab1ddf880ca508d4bc9e3.zip
Merge remote-tracking branch 'origin/released'
Conflicts: zlib/Makefile
Diffstat (limited to 'zlib/examples/zran.c')
-rw-r--r--zlib/examples/zran.c2
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 */