mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-11 08:19:32 +00:00
btrfs-progs: prop: use macro terminator for command list
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c6cf9778e8
commit
c5fc1d78d7
@ -474,7 +474,7 @@ const struct cmd_group property_cmd_group = {
|
|||||||
cmd_property_set_usage, NULL, 0 },
|
cmd_property_set_usage, NULL, 0 },
|
||||||
{ "list", cmd_property_list,
|
{ "list", cmd_property_list,
|
||||||
cmd_property_list_usage, NULL, 0 },
|
cmd_property_list_usage, NULL, 0 },
|
||||||
{ 0, 0, 0, 0, 0 },
|
NULL_CMD_STRUCT
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user