[subset] capitalize dsig.

This commit is contained in:
Garret Rieger 2018-02-12 18:14:50 -08:00
parent df6d780355
commit 89f17e3965
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ _should_drop_table(hb_tag_t tag)
case HB_TAG ('G', 'D', 'E', 'F'): /* temporary */ case HB_TAG ('G', 'D', 'E', 'F'): /* temporary */
case HB_TAG ('G', 'P', 'O', 'S'): /* temporary */ case HB_TAG ('G', 'P', 'O', 'S'): /* temporary */
case HB_TAG ('G', 'S', 'U', 'B'): /* temporary */ case HB_TAG ('G', 'S', 'U', 'B'): /* temporary */
case HB_TAG ('d', 's', 'i', 'g'): case HB_TAG ('D', 'S', 'I', 'G'):
return true; return true;
default: default:
return false; return false;