diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-02-19 14:02:39 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-02-27 14:08:02 +0100 |
commit | a8c34d214640620f01a49b1dabec3662af311ffd (patch) | |
tree | 4735ca05fd749d6ada75f9c33ec66a9002ccd2ee /source/pdf/pdf-object.c | |
parent | 58c07a42f0cb3fbd3fbbc81a268e1c39138798aa (diff) | |
download | mupdf-a8c34d214640620f01a49b1dabec3662af311ffd.tar.xz |
Print newline at end of pdf_debug_obj.
Diffstat (limited to 'source/pdf/pdf-object.c')
-rw-r--r-- | source/pdf/pdf-object.c | 1 |
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) |