diff options
-rw-r--r-- | source/fitz/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/util.c b/source/fitz/util.c index ff1464fc..fc49d84f 100644 --- a/source/fitz/util.c +++ b/source/fitz/util.c @@ -299,7 +299,7 @@ fz_new_stext_page_from_page(fz_context *ctx, fz_page *page, fz_stext_sheet *shee { fz_stext_page *text; fz_device *dev; - fz_rect *mediabox; + fz_rect mediabox; if (page == NULL) return NULL; |