From: David Sterba Date: Fri, 10 Jul 2015 22:07:05 +0000 (+0200) Subject: btrfs-progs: prop: use macro terminator for command list X-Git-Tag: upstream/4.16.1~2106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5fc1d78d70372c0ec96abbce875e031e3f0899d;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: prop: use macro terminator for command list Signed-off-by: David Sterba --- diff --git a/cmds-property.c b/cmds-property.c index 44f7907..0ffd250 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 } };