summaryrefslogtreecommitdiff
path: root/src/upb_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_parse.c')
-rw-r--r--src/upb_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_parse.c b/src/upb_parse.c
index 1411bbd..4f22e4a 100644
--- a/src/upb_parse.c
+++ b/src/upb_parse.c
@@ -38,7 +38,7 @@ struct upb_type_info upb_type_info[] = {
upb_status_t upb_get_v_uint64_t_full(uint8_t *buf, uint8_t *end, uint64_t *val,
uint8_t **outbuf)
{
- uint8_t *const *maxend = buf + 10;
+ uint8_t *const maxend = buf + 10;
uint8_t last = 0x80;
*val = 0;
int bitpos;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback