Move __attribute__(()) in the right place

This commit is contained in:
Anton Kochkov 2015-10-06 01:13:02 +03:00
parent a7822a133a
commit 811c493045

View File

@ -168,11 +168,11 @@ struct grub_jfs_inode
union
{
/* The tree describing the extents of the file. */
struct __attribute__ ((packed))
struct
{
struct grub_jfs_treehead tree;
struct grub_jfs_tree_extent extents[16];
} file;
} file __attribute__ ((packed));
union
{
/* The tree describing the dirents. */