diff options
Diffstat (limited to 'c_src/cmd_format.c')
-rw-r--r-- | c_src/cmd_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/cmd_format.c b/c_src/cmd_format.c index 45c44e32..6b77763e 100644 --- a/c_src/cmd_format.c +++ b/c_src/cmd_format.c @@ -188,7 +188,7 @@ int cmd_format(int argc, char *argv[]) case O_data_allowed: dev_opts.data_allowed = read_flag_list_or_die(optarg, - bch2_data_types, "data type"); + __bch2_data_types, "data type"); unconsumed_dev_option = true; break; case O_durability: |