Commit 308c5932 authored by obscuren's avatar obscuren

Fixed typo

parent e0b6091d
...@@ -57,7 +57,7 @@ func DecodeWithReader(reader *bytes.Buffer) interface{} { ...@@ -57,7 +57,7 @@ func DecodeWithReader(reader *bytes.Buffer) interface{} {
switch { switch {
case char == 0: case char == 0:
return nil return nil
case char <= 0x7c: case char <= 0x7f:
return char return char
case char <= 0xb7: case char <= 0xb7:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment