btrfs-progs: prop: use macro terminator for command list

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2015-07-11 00:07:05 +02:00
parent c6cf9778e8
commit c5fc1d78d7
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ const struct cmd_group property_cmd_group = {
cmd_property_set_usage, NULL, 0 },
{ "list", cmd_property_list,
cmd_property_list_usage, NULL, 0 },
{ 0, 0, 0, 0, 0 },
NULL_CMD_STRUCT
}
};