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