summaryrefslogtreecommitdiff
path: root/cmd_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_dump.c')
-rw-r--r--cmd_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_dump.c b/cmd_dump.c
index 59d73c3c..cc25a6a3 100644
--- a/cmd_dump.c
+++ b/cmd_dump.c
@@ -117,7 +117,7 @@ int cmd_dump(int argc, char *argv[])
opt_set(opts, norecovery, true);
opt_set(opts, degraded, true);
opt_set(opts, errors, BCH_ON_ERROR_continue);
- opt_set(opts, fix_errors, FSCK_OPT_NO);
+ opt_set(opts, fix_errors, FSCK_FIX_no);
while ((opt = getopt(argc, argv, "o:fjvh")) != -1)
switch (opt) {