aboutsummaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zutil.h b/zutil.h
index 24ab06b..3b761d3 100644
--- a/zutil.h
+++ b/zutil.h
@@ -216,7 +216,7 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
216#endif 216#endif
217 217
218/* Diagnostic functions */ 218/* Diagnostic functions */
219#ifdef DEBUG 219#ifdef ZLIB_DEBUG
220# include <stdio.h> 220# include <stdio.h>
221 extern int ZLIB_INTERNAL z_verbose; 221 extern int ZLIB_INTERNAL z_verbose;
222 extern void ZLIB_INTERNAL z_error OF((char *m)); 222 extern void ZLIB_INTERNAL z_error OF((char *m));