From 8eae13e9fc36f39b95d3fe69f611747ca0e00743 Mon Sep 17 00:00:00 2001 From: proski Date: Fri, 14 Jul 2000 15:44:25 +0000 Subject: Fixed a warning about missing initializer git-svn-id: svn://busybox.net/trunk/busybox@855 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init/init.c b/init/init.c index f38d154b7..5a894392b 100644 --- a/init/init.c +++ b/init/init.c @@ -151,7 +151,7 @@ static const struct initActionType actions[] = { {"wait", WAIT}, {"once", ONCE}, {"ctrlaltdel", CTRLALTDEL}, - {0} + {0, 0} }; /* Set up a linked list of initActions, to be read from inittab */ -- cgit v1.2.3-55-g6feb