(OTF_Anchor): Distinguish XDeviceTable and
authorhanda <handa>
Fri, 7 Jul 2006 05:45:36 +0000 (05:45 +0000)
committerhanda <handa>
Fri, 7 Jul 2006 05:45:36 +0000 (05:45 +0000)
YDeviceTable.

src/otf.h

index d637850..550d259 100644 (file)
--- a/src/otf.h
+++ b/src/otf.h
@@ -799,10 +799,10 @@ typedef struct
   int XCoordinate;
   int YCoordinate;
   union {
-    union {
+    struct {
       unsigned AnchorPoint;
     } f1;
-    union {
+    struct {
       OTF_DeviceTable XDeviceTable;
       OTF_DeviceTable YDeviceTable;
     } f2;