aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index b84d140..6ef1f27 100644
--- a/main.go
+++ b/main.go
@@ -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