From f03c8bd7dddb17f51e6baeacd68e4c0172411e82 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 4 Aug 2009 10:13:19 -0700 Subject: Minor bugfix and makefile change. --- src/upb_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3