Skip to content

Commit e272ff8

Browse files
committed
Issue 269 - Morse code 'I' was sent wrong.
1 parent 714d03f commit e272ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/morse.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static const struct morse_s {
7070
{ 'F', "..-." },
7171
{ 'G', "--." },
7272
{ 'H', "...." },
73-
{ 'I', "." },
73+
{ 'I', ".." },
7474
{ 'J', ".---" },
7575
{ 'K', "-.-" },
7676
{ 'L', ".-.." },

0 commit comments

Comments
 (0)