diff options
| author | marha <marha@users.sourceforge.net> | 2010-08-06 10:14:25 +0000 |
|---|---|---|
| committer | marha <marha@users.sourceforge.net> | 2010-08-06 10:14:25 +0000 |
| commit | 47ed6413ce8f2586b8d542dc46055e075a47022e (patch) | |
| tree | b814efb2655c444a4f63ac3cbb7d0cdf4bb3ef2f /freetype/src/psaux/afmparse.h | |
| parent | c115795736eb99a8f2288a06c231b9386f4d011f (diff) | |
| download | vcxsrv-47ed6413ce8f2586b8d542dc46055e075a47022e.tar.gz vcxsrv-47ed6413ce8f2586b8d542dc46055e075a47022e.tar.bz2 vcxsrv-47ed6413ce8f2586b8d542dc46055e075a47022e.zip | |
Updated to freetype 2.4.1
Diffstat (limited to 'freetype/src/psaux/afmparse.h')
| -rw-r--r-- | freetype/src/psaux/afmparse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/freetype/src/psaux/afmparse.h b/freetype/src/psaux/afmparse.h index de2a530b2..35d96046c 100644 --- a/freetype/src/psaux/afmparse.h +++ b/freetype/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; |
