blob: b66ea1a5c95b4d0397fb6c57dd979984bee53158 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff --git a/bundled/ttasm/TTFInstructions.hs b/bundled/ttasm/TTFInstructions.hs
index 6eb9378..8db99cd 100644
--- a/bundled/ttasm/TTFInstructions.hs
+++ b/bundled/ttasm/TTFInstructions.hs
@@ -128,4 +128,4 @@ tableChecksum table =
let tc = do
- e <- remaining
- if e < 4
+ e <- remaining
+ if e < 4
then return 0
|