Fixed typo
This commit is contained in:
parent
e0b6091d7e
commit
308c59320c
@ -57,7 +57,7 @@ func DecodeWithReader(reader *bytes.Buffer) interface{} {
|
||||
switch {
|
||||
case char == 0:
|
||||
return nil
|
||||
case char <= 0x7c:
|
||||
case char <= 0x7f:
|
||||
return char
|
||||
|
||||
case char <= 0xb7:
|
||||
|
Loading…
Reference in New Issue
Block a user