Skip to content

Commit 3442e83

Browse files
committed
Number 3 added to starwar
1 parent 90c4d8e commit 3442e83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Fonts/starwar/starwar.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ class Starwar : public Fonts
712712
return character;
713713
}
714714

715-
715+
716716
char **three()
717717
{
718718
char **character = getCharGrid(6,7);
@@ -724,6 +724,7 @@ class Starwar : public Fonts
724724
character[3][5] = '<';
725725
character[1][5] = '\\';
726726
character[5][5] = '/';
727+
727728
return character;
728729
}
729730

0 commit comments

Comments
 (0)