summaryrefslogtreecommitdiff
path: root/source/pdf
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-02-19 14:02:39 +0100
committerTor Andersson <tor.andersson@artifex.com>2018-02-27 14:08:02 +0100
commita8c34d214640620f01a49b1dabec3662af311ffd (patch)
tree4735ca05fd749d6ada75f9c33ec66a9002ccd2ee /source/pdf
parent58c07a42f0cb3fbd3fbbc81a268e1c39138798aa (diff)
downloadmupdf-a8c34d214640620f01a49b1dabec3662af311ffd.tar.xz
Print newline at end of pdf_debug_obj.
Diffstat (limited to 'source/pdf')
-rw-r--r--source/pdf/pdf-object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/pdf/pdf-object.c b/source/pdf/pdf-object.c
index 0c60c228..b7ba2e7a 100644
--- a/source/pdf/pdf-object.c
+++ b/source/pdf/pdf-object.c
@@ -2175,6 +2175,7 @@ static int pdf_debug_encrypted_obj(fz_context *ctx, pdf_obj *obj, int tight, pdf
void pdf_debug_obj(fz_context *ctx, pdf_obj *obj)
{
pdf_debug_encrypted_obj(ctx, obj, 0, NULL, 0, 0);
+ putchar('\n');
}
int pdf_obj_refs(fz_context *ctx, pdf_obj *ref)