126,129c126,129
< return (result, pos)
< shift += 7
< if shift >= 64:
< raise IOError('Too many bytes when decoding varint.')
---
> return (result, pos)
> shift += 7
> if shift >= 64:
> raise IOError('Too many bytes when decoding varint.')