change assert(false) to failure
This commit is contained in:
parent
0c5da57d1a
commit
90872a29ee
|
@ -226,7 +226,7 @@ hb_serialize_cff_fdselect (hb_serialize_context_t *c,
|
||||||
fdselect_ranges);
|
fdselect_ranges);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
assert(false);
|
return_trace (false);
|
||||||
}
|
}
|
||||||
|
|
||||||
return_trace (true);
|
return_trace (true);
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue