diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ const ( fwSecondByteStart = 0x40 fwSecondByteEnd = 0xFC // There is no character whose 2nd byte is 0x7F. - fwSecondUnmapped = 0x7F + fwSecondUnmapped = 0x7F ) //go:embed assets/*.png |
