From 3bdcadd2dfffc72b8722c83146512024290a63fa Mon Sep 17 00:00:00 2001 From: malc Date: Sat, 27 Feb 2016 10:28:46 +0300 Subject: [PATCH] Consistency --- link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link.c b/link.c index 3796b3a..56ebfd0 100644 --- a/link.c +++ b/link.c @@ -813,7 +813,7 @@ pdf_collect_pages(pdf_document *doc, pdf_obj *node) len = pdf_array_len (ctx, kids); if (len == 0) - fz_throw (ctx, FZ_ERROR_GENERIC, "Malformed pages tree"); + fz_throw (ctx, FZ_ERROR_GENERIC, "malformed pages tree"); if (pdf_mark_obj (ctx, node)) fz_throw (ctx, FZ_ERROR_GENERIC, "cycle in page tree"); -- 2.11.4.GIT