diff options
Diffstat (limited to 'kern/boot_script.c')
-rw-r--r-- | kern/boot_script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/boot_script.c b/kern/boot_script.c index b2e9393b..a6196e05 100644 --- a/kern/boot_script.c +++ b/kern/boot_script.c @@ -485,7 +485,7 @@ boot_script_parse_line (void *hook, char *cmdline) /* Execute commands previously parsed. */ int -boot_script_exec () +boot_script_exec (void) { int cmd_index; |