summaryrefslogtreecommitdiff
path: root/kern/boot_script.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/boot_script.c')
-rw-r--r--kern/boot_script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/boot_script.c b/kern/boot_script.c
index b2e9393..a6196e0 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;