diff options
Diffstat (limited to 'source/fitz')
-rw-r--r-- | source/fitz/document.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/document.c b/source/fitz/document.c index 7041616b..6c2d9500 100644 --- a/source/fitz/document.c +++ b/source/fitz/document.c @@ -147,7 +147,7 @@ fz_open_document(fz_context *ctx, const char *filename) } void * -fz_new_document(fz_context *ctx, int size) +fz_new_document_of_size(fz_context *ctx, int size) { fz_document *doc = fz_calloc(ctx, 1, size); doc->refs = 1; |