summaryrefslogtreecommitdiff
path: root/src/page.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-01-18 23:41:44 +0000
committerVincent Sanders <vince@kyllikki.org>2018-01-18 23:48:10 +0000
commita686f1b43b9474376d6bf52352d2b82b4e618769 (patch)
treeb11017fc64c1594c9adbac6445c093085e990f5d /src/page.c
parentb1e0e4414ecd3161c0f947daceb8643b5889e51c (diff)
downloadlibnspdf-a686f1b43b9474376d6bf52352d2b82b4e618769.tar.gz
libnspdf-a686f1b43b9474376d6bf52352d2b82b4e618769.tar.bz2
update cos object parsing to take a stream to parse from
Diffstat (limited to 'src/page.c')
-rw-r--r--src/page.c2
1 files changed, 1 insertions, 1 deletions
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;