diff options
Diffstat (limited to 'cmd_data.c')
-rw-r--r-- | cmd_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |