[subset] missing return.
This commit is contained in:
parent
2130392dcc
commit
c36d015b0e
|
@ -86,6 +86,7 @@ hb_subset_test_open_font (const char *font_path)
|
||||||
return face;
|
return face;
|
||||||
}
|
}
|
||||||
g_assert (false);
|
g_assert (false);
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline hb_face_t *
|
static inline hb_face_t *
|
||||||
|
|
Loading…
Reference in New Issue