summaryrefslogtreecommitdiff
path: root/fitz/fitz-internal.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-03-22 00:58:00 +0000
committerRobin Watts <robin.watts@artifex.com>2013-03-22 00:59:31 +0000
commitbf08301ded2f44e33bebf5572587a9c7102dcc98 (patch)
treef5a72263f6df1734995ce9f4f16538aaa451332c /fitz/fitz-internal.h
parente219f89eab0e937b14ac2d8838296078f5fa2b35 (diff)
downloadmupdf-bf08301ded2f44e33bebf5572587a9c7102dcc98.tar.xz
Fix store debugging fns so that all output goes to the same file.
Diffstat (limited to 'fitz/fitz-internal.h')
-rw-r--r--fitz/fitz-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/fitz-internal.h b/fitz/fitz-internal.h
index b76510cf..0436bfcd 100644
--- a/fitz/fitz-internal.h
+++ b/fitz/fitz-internal.h
@@ -490,7 +490,7 @@ struct fz_store_type_s
void (*drop_key)(fz_context *,void *);
int (*cmp_key)(void *, void *);
#ifndef NDEBUG
- void (*debug)(void *);
+ void (*debug)(FILE *, void *);
#endif
};