summaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 30c63f03..53b05aa2 100644
--- a/parser.c
+++ b/parser.c
@@ -1323,7 +1323,7 @@ static val get_home_path(void)
return getenv_wrap(lit("HOME"));
}
-static val repl_warning(val out_stream, val exc, struct args *rest)
+static val repl_warning(val out_stream, val exc, varg rest)
{
val args = args_get_list(rest);