Commit a1656abd8f9acb5a1a546eee66a7a73fc6bfc076

David Turner 2000-05-05T01:39:02

fixed a typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/t1tables.h b/include/t1tables.h
index fd662a1..ae7ed90 100644
--- a/include/t1tables.h
+++ b/include/t1tables.h
@@ -137,7 +137,7 @@
     FT_ULong    cid_count;
     
     FT_Int         num_font_dicts;
-    CIF_FontDict*  font_dicts;
+    CID_FontDict*  font_dicts;
   
   } CID_Info;