summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index ab20f5aa..1e9edb2a 100644
--- a/debug.c
+++ b/debug.c
@@ -56,7 +56,7 @@ static void show_bindings(val env, val stream)
}
}
-val debug(val form, val bindings, val data, val line, val val pos, val base)
+val debug(val form, val bindings, val data, val line, val pos, val base)
{
uses_or2;
val lineno = source_loc(form);