aboutsummaryrefslogtreecommitdiff
path: root/src/interpreter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpreter.c')
-rw-r--r--src/interpreter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpreter.c b/src/interpreter.c
index 2de5b63..8176bad 100644
--- a/src/interpreter.c
+++ b/src/interpreter.c
@@ -92,8 +92,8 @@ void context_print_proc_table(Context *context) {
vargs = vargs->next;
if (vargs) printf(", ");
}
+ printf(")\n");
}
- printf(")\n");
hashmap_keys_iter_free(iter);
}