Fixed a warning about missing initializer
authorPavel Roskin <proski@gnu.org>
Fri, 14 Jul 2000 15:44:25 +0000 (15:44 -0000)
committerPavel Roskin <proski@gnu.org>
Fri, 14 Jul 2000 15:44:25 +0000 (15:44 -0000)
init.c
init/init.c

diff --git a/init.c b/init.c
index f38d154..5a89439 100644 (file)
--- a/init.c
+++ b/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 */
index f38d154..5a89439 100644 (file)
@@ -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 */