From d78463c8016ff1852233479a1ebde30c3bb6de6e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 23 Jul 2015 10:11:35 +0100 Subject: [PATCH] Minor debug output fix --- src/hb-ot-layout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 05ea0603c..5570a819c 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -905,7 +905,7 @@ apply_backward (OT::hb_apply_context_t *c, struct hb_apply_forward_context_t { - inline const char *get_name (void) { return "APPLY_FORWARD"; } + inline const char *get_name (void) { return "APPLY_FWD"; } static const unsigned int max_debug_depth = HB_DEBUG_APPLY; typedef bool return_t; template