Fixed bug in Morse Code for 'I'

This commit is contained in:
alanbjohnston 2020-05-02 13:40:28 -04:00 committed by GitHub
parent a1e2d1c3a8
commit 28e9e08e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static const struct morse_s {
{ 'F', "..-." },
{ 'G', "--." },
{ 'H', "...." },
{ 'I', "." },
{ 'I', ".." },
{ 'J', ".---" },
{ 'K', "-.-" },
{ 'L', ".-.." },