mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
Minor debug output fix
This commit is contained in:
parent
d99f50bde0
commit
d78463c801
1 changed files with 1 additions and 1 deletions
|
@ -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 <typename T, typename F>
|
||||
|
|
Loading…
Add table
Reference in a new issue