1
Fork 0
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:
Rob Browning 2006-09-01 01:39:52 +00:00
parent 421ccd369d
commit 1d69880461

View file

@ -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,