summaryrefslogtreecommitdiff
path: root/common/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tree.c')
-rw-r--r--common/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tree.c b/common/tree.c
index 5698be58..e364b2ac 100644
--- a/common/tree.c
+++ b/common/tree.c
@@ -3645,7 +3645,7 @@ int write_expression (file, expr, col, indent, firstp)
case expr_pick_first_value:
e = expr;
col = token_print_indent (file, col, indent, "", "",
- "concat");
+ "pick-first-value");
col = token_print_indent (file, col, indent, " ", "",
"(");
scol = col;