summaryrefslogtreecommitdiff
path: root/cmd_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_data.c')
-rw-r--r--cmd_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_data.c b/cmd_data.c
index 160eb918..6d709883 100644
--- a/cmd_data.c
+++ b/cmd_data.c
@@ -103,7 +103,7 @@ int cmd_data_job(int argc, char *argv[])
switch (opt) {
case 'b':
op.start_btree = read_string_list_or_die(optarg,
- bch2_btree_ids, "btree id");
+ __bch2_btree_ids, "btree id");
op.end_btree = op.start_btree;
break;
case 's':