Skip to content

Commit 0f58de9

Browse files
authored
Fix spacing
1 parent b6fab9e commit 0f58de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphx/graphx.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6558,7 +6558,7 @@ _TextData:
65586558

65596559
_DefaultCharSpacing:
65606560
; 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
6561-
db 8,8,8,8,8,8,8,8,8,8,8,8,8,2,8,8
6561+
db 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8
65626562
db 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8
65636563
db 3,4,6,8,8,8,8,5,5,5,8,7,4,7,3,8
65646564
db 8,7,8,8,8,8,8,8,8,8,3,4,6,7,6,7

0 commit comments

Comments
 (0)