aboutsummaryrefslogtreecommitdiff
path: root/examples/zran.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/zran.h')
-rw-r--r--examples/zran.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/zran.h b/examples/zran.h
index de0646b..5c6e643 100644
--- a/examples/zran.h
+++ b/examples/zran.h
@@ -1,7 +1,7 @@
1/* zran.h -- example of deflated stream indexing and random access 1/* zran.h -- example of deflated stream indexing and random access
2 * Copyright (C) 2005, 2012, 2018, 2023 Mark Adler 2 * Copyright (C) 2005, 2012, 2018, 2023, 2024 Mark Adler
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 * Version 1.3 18 Feb 2023 Mark Adler */ 4 * Version 1.5 4 Feb 2024 Mark Adler */
5 5
6#include <stdio.h> 6#include <stdio.h>
7#include "zlib.h" 7#include "zlib.h"