summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-xref.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-01-20 14:21:55 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-01-20 16:34:52 +0100
commit8fffb693819323722cd6f8cd94135546bfc39bca (patch)
tree587bb490de8a3a4b825bdcfb767df015454dfe29 /source/pdf/pdf-xref.c
parent201388486324758d08ab3b1be4cc0a84b8b1ae9a (diff)
downloadmupdf-8fffb693819323722cd6f8cd94135546bfc39bca.tar.xz
Various formatting cleanups.
Diffstat (limited to 'source/pdf/pdf-xref.c')
-rw-r--r--source/pdf/pdf-xref.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c
index 50642ab4..3bcf5d79 100644
--- a/source/pdf/pdf-xref.c
+++ b/source/pdf/pdf-xref.c
@@ -717,7 +717,7 @@ pdf_xref_find_subsection(fz_context *ctx, pdf_document *doc, fz_off_t ofs, int l
/* Different cases here. Case 1) We might be asking for a
* subsection (or a subset of a subsection) that we already
- * have - Just return it. Case 2) We might be asking for a
+ * have - Just return it. Case 2) We might be asking for a
* completely new subsection - Create it and return it.
* Case 3) We might have an overlapping one - Create a 'solid'
* subsection and return that. */
@@ -2759,7 +2759,7 @@ pdf_document *pdf_create_document(fz_context *ctx)
pdf_dict_put_drop(ctx, pages, PDF_NAME_Type, PDF_NAME_Pages);
pdf_dict_put_drop(ctx, pages, PDF_NAME_Count, pdf_new_int(ctx, doc, 0));
pdf_dict_put_drop(ctx, pages, PDF_NAME_Kids, pdf_new_array(ctx, doc, 1));
- /* Set the trailer of the final xref section. */
+ /* Set the trailer of the final xref section. */
doc->xref_sections[0].trailer = trailer;
}
fz_catch(ctx)