From a686f1b43b9474376d6bf52352d2b82b4e618769 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 18 Jan 2018 23:41:44 +0000 Subject: update cos object parsing to take a stream to parse from --- src/page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/page.c') diff --git a/src/page.c b/src/page.c index 7b6bee8..3844122 100644 --- a/src/page.c +++ b/src/page.c @@ -156,7 +156,7 @@ nspdf__render_content_stream(struct nspdf_doc *doc, res = cos_get_content(doc, content_entry, &content_operations); if (res == NSPDFERROR_OK) { - printf("%p", content_operations); + printf("%p\n", content_operations); } return res; -- cgit v1.2.3