diff options
Diffstat (limited to 'include/bb_e2fs_defs.h')
-rw-r--r-- | include/bb_e2fs_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bb_e2fs_defs.h b/include/bb_e2fs_defs.h index b400f8c..3f5e3c4 100644 --- a/include/bb_e2fs_defs.h +++ b/include/bb_e2fs_defs.h @@ -442,7 +442,7 @@ struct ext2_super_block { uint32_t s_reserved[162]; /* Padding to the end of the block */ }; struct BUG_ext2_super_block { - char bug[sizeof(struct ext2_super_block) == 1024 ? 1 : -1]; + char bug[sizeof(struct ext2_super_block) == 1024 ? 1 : -1]; }; /* |