From 8218c0b56e7e175a3ed931300766950491d9e719 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 7 Jun 2016 07:51:42 +0200 Subject: [conf] fix malformed file This was introduced with commit 67ad1263d032 during a code removal frenzy. Many thanks to @grizzilus for pointing that one out: https://github.com/phi-gamma/luaotfload/commit/67ad1263d0328fc74928a9a1d06ea9aa0ee9a116#commitcomment-17726875 --- src/luaotfload-configuration.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua index 3ac5c1e..c707b63 100644 --- a/src/luaotfload-configuration.lua +++ b/src/luaotfload-configuration.lua @@ -389,7 +389,6 @@ local set_fontforge = function () if use_ff == true then logreport ("both", 0, "db", "Fontforge loader was requested but not supported anymore.") - end end return true end -- cgit v1.2.3