summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 83c92074..d9df8764 100644
--- a/match.c
+++ b/match.c
@@ -166,7 +166,7 @@ static void dump_var(val var, char *pfx1, size_t len1,
val ss = make_string_output_stream();
val str;
- obj_pprint(value, ss);
+ pprint(value, ss);
str = get_string_from_stream(ss);
put_string(var, std_output);