summaryrefslogtreecommitdiff
path: root/upb/handlers.c
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2012-03-31 12:17:32 -0700
committerJoshua Haberman <jhaberman@gmail.com>2012-03-31 12:17:32 -0700
commitcca4818eb7769d6e776bdc30516a5f871f1d6393 (patch)
treee67dd65d5c016028ae976b09b2d69f6b7525aa5f /upb/handlers.c
parent26ed1e996171c8ffa2ced42ac69b1b82c1956e1f (diff)
Sync from internal Google development.
Diffstat (limited to 'upb/handlers.c')
-rw-r--r--upb/handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/handlers.c b/upb/handlers.c
index ea5a054..8350f64 100644
--- a/upb/handlers.c
+++ b/upb/handlers.c
@@ -11,7 +11,7 @@
/* upb_mhandlers **************************************************************/
-static upb_mhandlers *upb_mhandlers_new() {
+static upb_mhandlers *upb_mhandlers_new(void) {
upb_mhandlers *m = malloc(sizeof(*m));
upb_inttable_init(&m->fieldtab);
m->startmsg = NULL;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback