From 0ca23f2edd2cf347c23111174af40afcd886341f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 4 Aug 2014 20:59:16 +0200 Subject: [PATCH] Minor. --- frontend/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/main.cpp b/frontend/main.cpp index ff88872..5a7e5b4 100644 --- a/frontend/main.cpp +++ b/frontend/main.cpp @@ -674,8 +674,9 @@ main(int argc, // -d makes ttfautohint ignore all other hinting options have_default_script = false; have_fallback_script = false; - have_hinting_range_min = false; + have_fallback_stem_width = false; have_hinting_range_max = false; + have_hinting_range_min = false; have_hinting_limit = false; have_increase_x_height = false; have_x_height_snapping_exceptions_string = false; -- 2.11.4.GIT