fix alignment
This commit is contained in:
parent
d606a2820b
commit
bfa9578d5e
@ -77,8 +77,8 @@ typedef struct ExtraAtomEntryStruct
|
|||||||
|
|
||||||
union {
|
union {
|
||||||
char uStrOfAE[4]; /* representation of atom as a string */
|
char uStrOfAE[4]; /* representation of atom as a string */
|
||||||
wchar_t uWStrOfAE[1]; /* representation of atom as a string */
|
wchar_t uWStrOfAE[2]; /* representation of atom as a string */
|
||||||
struct atom_blob blob[1];
|
struct atom_blob blob[2];
|
||||||
} rep;
|
} rep;
|
||||||
}
|
}
|
||||||
ExtraAtomEntry;
|
ExtraAtomEntry;
|
||||||
|
Reference in New Issue
Block a user