diff options
Diffstat (limited to 'tools-util.c')
-rw-r--r-- | tools-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools-util.c b/tools-util.c index f6e9a478..923a6666 100644 --- a/tools-util.c +++ b/tools-util.c @@ -673,7 +673,7 @@ struct bbpos bbpos_parse(char *buf) if (!(field = strsep(&s, ":"))) die("invalid bbpos %s", buf); - ret.btree = read_string_list_or_die(field, bch2_btree_ids, "btree id"); + ret.btree = read_string_list_or_die(field, __bch2_btree_ids, "btree id"); if (!s) die("invalid bbpos %s", buf); |