From 4bba0a72630a06a56a47f3114e7015974b117ff8 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 9 Jul 2017 06:57:47 +0300 Subject: [PATCH] Cosmetics --- link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link.c b/link.c index 78fe438..54cd41f 100644 --- a/link.c +++ b/link.c @@ -4447,7 +4447,7 @@ CAMLprim void ml_init (value csock_v, value params_v) } } - haspboext = Bool_val (Field (params_v, 9)); + haspboext = Bool_val (Field (params_v, 9)); state.ctx = fz_new_context (NULL, NULL, mustoresize); fz_register_document_handlers (state.ctx); -- 2.11.4.GIT