summaryrefslogtreecommitdiff
path: root/libguile/root.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/root.c')
-rw-r--r--libguile/root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/root.c b/libguile/root.c
index 5de8e1942..46c42897c 100644
--- a/libguile/root.c
+++ b/libguile/root.c
@@ -220,7 +220,7 @@ struct cwdr_handler_data {
With a little thought, we could replace this with scm_body_thunk,
but I don't want to mess with that at the moment. */
static SCM
-cwdr_body (void *data, SCM jmpbuf)
+cwdr_body (void *data)
{
struct cwdr_body_data *c = (struct cwdr_body_data *) data;