summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 437b4eec..a0872cf8 100644
--- a/lib.c
+++ b/lib.c
@@ -2616,7 +2616,7 @@ val funcall(val fun)
break;
}
}
- uw_throwf(error_s, lit("funcall: wrong number of arguments"));
+ uw_throw(error_s, lit("funcall: wrong number of arguments"));
}
val funcall1(val fun, val arg)