summaryrefslogtreecommitdiffstats
path: root/src/psaux/afmparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/psaux/afmparse.h')
-rw-r--r--src/psaux/afmparse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/psaux/afmparse.h b/src/psaux/afmparse.h
index de2a530..35d9604 100644
--- a/src/psaux/afmparse.h
+++ b/src/psaux/afmparse.h
@@ -56,7 +56,8 @@ FT_BEGIN_HEADER
typedef struct AFM_ValueRec_
{
enum AFM_ValueType_ type;
- union {
+ union
+ {
char* s;
FT_Fixed f;
FT_Int i;