From 10a33296e674ee84b9ed2df25cf373de7d020b8d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 2 Nov 2012 13:38:55 -0700 Subject: [PATCH] Minor --- src/hb-ot-tag.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-ot-tag.cc b/src/hb-ot-tag.cc index ac60e960a..f24baf76e 100644 --- a/src/hb-ot-tag.cc +++ b/src/hb-ot-tag.cc @@ -38,6 +38,8 @@ static hb_tag_t hb_ot_old_tag_from_script (hb_script_t script) { + /* This seems to be accurate as of end of 2012. */ + switch ((hb_tag_t) script) { case HB_SCRIPT_INVALID: return HB_OT_TAG_DEFAULT_SCRIPT;