diff options
Diffstat (limited to 'libX11/src/xlibi18n/XlcPubI.h')
-rw-r--r-- | libX11/src/xlibi18n/XlcPubI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/src/xlibi18n/XlcPubI.h b/libX11/src/xlibi18n/XlcPubI.h index 4544fb8cf..51219305e 100644 --- a/libX11/src/xlibi18n/XlcPubI.h +++ b/libX11/src/xlibi18n/XlcPubI.h @@ -98,7 +98,7 @@ typedef struct _XLCdPublicPart { } XLCdPublicPart; typedef struct _XLCdPublicRec { - XLCdCoreRec core; + XLCdCoreRec core; XLCdPublicPart pub; } XLCdPublicRec, *XLCdPublic; |