summaryrefslogtreecommitdiff
path: root/source/tools/pdfposter.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-01-20 14:21:55 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-01-20 16:34:52 +0100
commit8fffb693819323722cd6f8cd94135546bfc39bca (patch)
tree587bb490de8a3a4b825bdcfb767df015454dfe29 /source/tools/pdfposter.c
parent201388486324758d08ab3b1be4cc0a84b8b1ae9a (diff)
downloadmupdf-8fffb693819323722cd6f8cd94135546bfc39bca.tar.xz
Various formatting cleanups.
Diffstat (limited to 'source/tools/pdfposter.c')
-rw-r--r--source/tools/pdfposter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/pdfposter.c b/source/tools/pdfposter.c
index 5a5a5948..8989e2c9 100644
--- a/source/tools/pdfposter.c
+++ b/source/tools/pdfposter.c
@@ -22,7 +22,7 @@ intersect_box(fz_context *ctx, pdf_document *doc, pdf_obj *page, pdf_obj *box_na
{
pdf_obj *box = pdf_dict_get(ctx, page, box_name);
pdf_obj *newbox;
- fz_rect old_rect;
+ fz_rect old_rect;
if (box == NULL)
return;