From a16961b0a2a9dd3d5f5b494e03c007e9ad5e0433 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 9 Dec 2018 00:21:16 +0300 Subject: [PATCH] Remove stray spaces --- ffi.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi.ml b/ffi.ml index b073eaa..94f8b1a 100644 --- a/ffi.ml +++ b/ffi.ml @@ -1,6 +1,6 @@ open Config;; -type initparams = ( angle * fitmodel * trimparams * texcount * sliceheight * +type initparams = (angle * fitmodel * trimparams * texcount * sliceheight * memsize * colorspace * fontpath * trimcachepath);; external init : Unix.file_descr -> initparams -> unit = "ml_init";; -- 2.11.4.GIT