aboutsummaryrefslogtreecommitdiff
path: root/src/hb-aat-map.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/hb-aat-map.hh')
-rw-r--r--src/hb-aat-map.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-aat-map.hh b/src/hb-aat-map.hh
index d0ee7d672..c914f58d7 100644
--- a/src/hb-aat-map.hh
+++ b/src/hb-aat-map.hh
@@ -38,7 +38,7 @@ struct hb_aat_map_t
void init ()
{
- hb_memset (this, 0, sizeof (*this));
+ memset (this, 0, sizeof (*this));
chain_flags.init ();
}
void fini () { chain_flags.fini (); }