summaryrefslogtreecommitdiff
path: root/upb/def.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/def.c')
-rw-r--r--upb/def.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/def.c b/upb/def.c
index b51f22a..005c012 100644
--- a/upb/def.c
+++ b/upb/def.c
@@ -1633,7 +1633,7 @@ void upb_symtab_free(upb_symtab *s) {
upb_gfree(s);
}
-upb_symtab *upb_symtab_new() {
+upb_symtab *upb_symtab_new(void) {
upb_symtab *s = upb_gmalloc(sizeof(*s));
upb_alloc *alloc;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback