We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714d03f commit e272ff8Copy full SHA for e272ff8
src/morse.c
@@ -70,7 +70,7 @@ static const struct morse_s {
70
{ 'F', "..-." },
71
{ 'G', "--." },
72
{ 'H', "...." },
73
- { 'I', "." },
+ { 'I', ".." },
74
{ 'J', ".---" },
75
{ 'K', "-.-" },
76
{ 'L', ".-.." },
0 commit comments