summaryrefslogtreecommitdiff
path: root/src/cos_parse.c
diff options
context:
space:
mode:
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);