summaryrefslogtreecommitdiff
path: root/src/upb_textprinter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_textprinter.c')
-rw-r--r--src/upb_textprinter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/upb_textprinter.c b/src/upb_textprinter.c
index 894a1ea..c0fb944 100644
--- a/src/upb_textprinter.c
+++ b/src/upb_textprinter.c
@@ -107,8 +107,9 @@ err:
return UPB_BREAK;
}
-static upb_flow_t upb_textprinter_endsubmsg(void *_p)
+static upb_flow_t upb_textprinter_endsubmsg(void *_p, upb_fielddef *f)
{
+ (void)f;
upb_textprinter *p = _p;
p->indent_depth--;
upb_textprinter_indent(p);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback