summaryrefslogtreecommitdiff
path: root/src/cos_parse.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-01-29 00:02:37 +0000
committerVincent Sanders <vince@kyllikki.org>2018-01-29 00:02:37 +0000
commit6b16f2446bb381be3de54d9edfe9088a8363df70 (patch)
tree3d13fbd5d0053b720b56256027d2c8a4aa13129e /src/cos_parse.c
parent887175cabfbf3cea833583834937eadf9654e07a (diff)
downloadlibnspdf-6b16f2446bb381be3de54d9edfe9088a8363df70.tar.gz
libnspdf-6b16f2446bb381be3de54d9edfe9088a8363df70.tar.bz2
extend page interface with render context
Diffstat (limited to 'src/cos_parse.c')
-rw-r--r--src/cos_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cos_parse.c b/src/cos_parse.c
index dea67f9..df706a4 100644
--- a/src/cos_parse.c
+++ b/src/cos_parse.c
@@ -1424,7 +1424,7 @@ cos_parse_content_streams(struct nspdf_doc *doc,
if (cosobj->u.content == NULL) {
res = NSPDFERROR_NOMEM;
goto cos_parse_content_stream_error;
- }
+ }
for (stream_index = 0; stream_index < stream_count; stream_index++) {
stream = *(streams + stream_index);