Skip to content

Commit 60737b0

Browse files
authored
Update straight.h
i have done the changes
1 parent 0371143 commit 60737b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fonts/Straight/straight.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ class Straight : public Fonts
7979

8080
//Enter the character grid in ROWS X COLS
8181
character[1][0]=character[2][0]='|';
82-
character[0][1]=character[0][2]=character [0][3]=character[1][1]=character[1][2]='_';
83-
character [][]=' ';
82+
character[0][1]=character[0][2]=character[1][1]='_';
83+
8484

8585
return character;
8686
}

0 commit comments

Comments
 (0)