mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 07:50:20 +02:00
Fix C style error.
This commit is contained in:
parent
421ccd369d
commit
1d69880461
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ scm_c_port_for_each (void (*proc)(void *data, SCM p), void *data)
|
|||
for (i = 0; i < n; i++)
|
||||
proc (data, SCM_SIMPLE_VECTOR_REF (ports, i));
|
||||
|
||||
scm_remember_upto_here_1(ports);
|
||||
scm_remember_upto_here_1 (ports);
|
||||
}
|
||||
|
||||
SCM_DEFINE (scm_port_for_each, "port-for-each", 1, 0, 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue