Fixed a warning about missing initializer
diff --git a/init/init.c b/init/init.c
index f38d154..5a89439 100644
--- a/init/init.c
+++ b/init/init.c
@@ -151,7 +151,7 @@
 	{"wait", WAIT},
 	{"once", ONCE},
 	{"ctrlaltdel", CTRLALTDEL},
-	{0}
+	{0, 0}
 };
 
 /* Set up a linked list of initActions, to be read from inittab */