summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)