Skip to content

Commit 28e9e08

Browse files
Fixed bug in Morse Code for 'I'
1 parent a1e2d1c commit 28e9e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)