diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ static const struct initActionType actions[] = { | |||
151 | {"wait", WAIT}, | 151 | {"wait", WAIT}, |
152 | {"once", ONCE}, | 152 | {"once", ONCE}, |
153 | {"ctrlaltdel", CTRLALTDEL}, | 153 | {"ctrlaltdel", CTRLALTDEL}, |
154 | {0} | 154 | {0, 0} |
155 | }; | 155 | }; |
156 | 156 | ||
157 | /* Set up a linked list of initActions, to be read from inittab */ | 157 | /* Set up a linked list of initActions, to be read from inittab */ |