mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-18 11:55:27 +00:00
Move __attribute__(()) in the right place
This commit is contained in:
parent
a7822a133a
commit
811c493045
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user