From 695418324161e5310cef0f055fc82aa0f4310114 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Tue, 21 Dec 2021 15:42:01 +0000 Subject: [PATCH] more --- compressor/compressor.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compressor/compressor.ml b/compressor/compressor.ml index 1c6a5e5..fd12282 100644 --- a/compressor/compressor.ml +++ b/compressor/compressor.ml @@ -1,7 +1,7 @@ (* compressor [] substitutes data files specified by __DATA:\n into the template, writing to . The - data is printed in way which meets OCaml's syntax. It is optionally - compressed by zlib. *) + data is printed in way which meets OCaml's syntax. It is compressed by zlib. +*) open Pdfutil let contents_of_file filename =