mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
* init.c (scm_boot_guile): Don't return the value of
scm_boot_guile_1. This function doesn't return a value; scm_boot_guile_1 doesn't return a value (or return at all).
This commit is contained in:
parent
fa88817815
commit
1595aa56c6
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ scm_boot_guile (argc, argv, main_func, closure)
|
||||||
c.argc = argc;
|
c.argc = argc;
|
||||||
c.argv = argv;
|
c.argv = argv;
|
||||||
|
|
||||||
return scm_boot_guile_1 (&dummy, &c);
|
scm_boot_guile_1 (&dummy, &c);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue