[base] Fix typo. * src/base/ftobjs.c (open_face_PS_from_sfnt_stream): Request module 't1cid', not 'cid'.
diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c
index aecbcf9..46d0c4e 100644
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -1915,7 +1915,7 @@
sfnt_ps,
length,
FT_MIN( face_index, 0 ),
- is_sfnt_cid ? "cid" : "type1",
+ is_sfnt_cid ? "t1cid" : "type1",
aface );
Exit:
{