summaryrefslogtreecommitdiff
path: root/examples/zran.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/zran.c')
-rw-r--r--examples/zran.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zran.c b/examples/zran.c
index 8c7717e..617a130 100644
--- a/examples/zran.c
+++ b/examples/zran.c
@@ -351,7 +351,7 @@ int main(int argc, char **argv)
351 int len; 351 int len;
352 off_t offset; 352 off_t offset;
353 FILE *in; 353 FILE *in;
354 struct access *index; 354 struct access *index = NULL;
355 unsigned char buf[CHUNK]; 355 unsigned char buf[CHUNK];
356 356
357 /* open input file */ 357 /* open input file */