summaryrefslogtreecommitdiff
path: root/include/ext4_mkfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ext4_mkfs.h')
-rw-r--r--include/ext4_mkfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ext4_mkfs.h b/include/ext4_mkfs.h
index e22ff88..1cbe31a 100644
--- a/include/ext4_mkfs.h
+++ b/include/ext4_mkfs.h
@@ -63,7 +63,7 @@ struct ext4_mkfs_info {
uint16_t feat_incompat;
uint32_t bg_desc_reserve_blocks;
uint16_t dsc_size;
- uint8_t journal;
+ bool journal;
const char *label;
};