summaryrefslogtreecommitdiff
path: root/upb/pb/textprinter.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/pb/textprinter.c')
-rw-r--r--upb/pb/textprinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/pb/textprinter.c b/upb/pb/textprinter.c
index 7aafffc..0760173 100644
--- a/upb/pb/textprinter.c
+++ b/upb/pb/textprinter.c
@@ -329,7 +329,7 @@ upb_textprinter *upb_textprinter_create(upb_arena *arena, const upb_handlers *h,
return p;
}
-upb_handlercache *upb_textprinter_newcache() {
+upb_handlercache *upb_textprinter_newcache(void) {
return upb_handlercache_new(&onmreg, NULL);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback