diff options
Diffstat (limited to 'src/hb-face.cc')
-rw-r--r-- | src/hb-face.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-face.cc b/src/hb-face.cc index 952e6a6a..da73433c 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc @@ -96,7 +96,7 @@ DEFINE_NULL_INSTANCE (hb_face_t) = #undef HB_SHAPER_IMPLEMENT }, - HB_ATOMIC_PTR_INIT (nullptr), /* shape_plans */ + /* Zero for the rest is fine. */ }; |