[CMAKE]
[reactos.git] / lib / 3rdparty / freetype / src / psaux / afmparse.h
index de2a530..35d9604 100644 (file)
@@ -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;