change assert(false) to failure

This commit is contained in:
Michiharu Ariza 2019-06-11 12:28:30 -07:00 committed by Behdad Esfahbod
parent 0c5da57d1a
commit 90872a29ee
2 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ hb_serialize_cff_fdselect (hb_serialize_context_t *c,
fdselect_ranges);
default:
assert(false);
return_trace (false);
}
return_trace (true);