summaryrefslogtreecommitdiff
path: root/tools/upbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/upbc.c')
-rw-r--r--tools/upbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upbc.c b/tools/upbc.c
index f287193..36d36d0 100644
--- a/tools/upbc.c
+++ b/tools/upbc.c
@@ -225,7 +225,7 @@ static void write_h(struct upb_symtab_entry *entries[], int num_entries,
static char* c_types[] = {
"", "double", "float", "int64_t", "uint64_t", "int32_t", "uint64_t",
"uint32_t", "bool", "struct upb_string*", "", "",
- "struct upb_string*", "uint32_t", "uint32_t", "int32_t", "int64_t",
+ "struct upb_string*", "uint32_t", "int32_t", "int32_t", "int64_t",
"int32_t", "int64_t"
};
fprintf(stream, " %s " UPB_STRFMT ";\n",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback