From c5fc1d78d70372c0ec96abbce875e031e3f0899d Mon Sep 17 00:00:00 2001 From: David Sterba Date: Sat, 11 Jul 2015 00:07:05 +0200 Subject: btrfs-progs: prop: use macro terminator for command list Signed-off-by: David Sterba --- cmds-property.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds-property.c') diff --git a/cmds-property.c b/cmds-property.c index 44f79079..0ffd2507 100644 --- a/cmds-property.c +++ b/cmds-property.c @@ -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 } }; -- cgit v1.2.3