summaryrefslogtreecommitdiff
path: root/cmd_list_journal.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_list_journal.c')
-rw-r--r--cmd_list_journal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_list_journal.c b/cmd_list_journal.c
index 17124225..ce4caad4 100644
--- a/cmd_list_journal.c
+++ b/cmd_list_journal.c
@@ -234,7 +234,7 @@ int cmd_list_journal(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_YES);
+ opt_set(opts, fix_errors, FSCK_FIX_yes);
opt_set(opts, keep_journal, true);
opt_set(opts, read_journal_only,true);