summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmds-check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-check.c b/cmds-check.c
index a1ebf0f4..a37c5f51 100644
--- a/cmds-check.c
+++ b/cmds-check.c
@@ -186,8 +186,8 @@ struct inode_backref {
unsigned int found_dir_index:1;
unsigned int found_inode_ref:1;
u8 filetype;
- int errors;
u8 ref_type;
+ int errors;
u64 dir;
u64 index;
u16 namelen;