From ad0b1ea5d69a45fe23c434277599e315f29a5fca Mon Sep 17 00:00:00 2001 From: Richard PALO Date: Wed, 4 Feb 2015 09:32:50 +0100 Subject: 5589 improper use of NULL in tools/ctf Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Josef "Jeff" Sipek Approved by: Dan McDonald MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/src/tools/ctf/cvt/dwarf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/tools/ctf/cvt/dwarf.c') diff --git a/usr/src/tools/ctf/cvt/dwarf.c b/usr/src/tools/ctf/cvt/dwarf.c index e261818d3a..5fdcd35e33 100644 --- a/usr/src/tools/ctf/cvt/dwarf.c +++ b/usr/src/tools/ctf/cvt/dwarf.c @@ -1714,7 +1714,7 @@ static const die_creator_t die_creators[] = { { DW_TAG_variable, DW_F_NOTDP, die_variable_create }, { DW_TAG_volatile_type, 0, die_volatile_create }, { DW_TAG_restrict_type, 0, die_restrict_create }, - { 0, NULL } + { 0, 0, NULL } }; static const die_creator_t * -- cgit v1.2.3