diff options
Diffstat (limited to 'halibut.h')
| -rw-r--r-- | halibut.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -260,6 +260,7 @@ enum { err_sfntnounicmap, /* sfnt has no UCS-2 cmap */ err_sfnttablevers, /* sfnt table version unknown */ err_sfntbadhdr, /* sfnt has bad header */ + err_sfntbadglyph, /* sfnt cmap references bad glyph */ err_whatever /* random error of another type */ }; |