From ceaefeff7ee9125e3f6eb68a80643f91973350d6 Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Wed, 1 Sep 1999 23:49:02 +0000 Subject: [PATCH] fix an initialized warning git-svn-id: svn://10.0.0.236/trunk@45565 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/typelib/xpt/tests/SimpleTypeLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/typelib/xpt/tests/SimpleTypeLib.c b/mozilla/xpcom/typelib/xpt/tests/SimpleTypeLib.c index 470a5a18c31..d192433d029 100644 --- a/mozilla/xpcom/typelib/xpt/tests/SimpleTypeLib.c +++ b/mozilla/xpcom/typelib/xpt/tests/SimpleTypeLib.c @@ -46,7 +46,7 @@ struct nsID iid = { {0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff} }; -XPTTypeDescriptor td_void = {0}; +XPTTypeDescriptor td_void = {0,0}; int main(int argc, char **argv)