From: Tilghman Lesher Date: Sat, 3 Jun 2006 02:18:59 +0000 (+0000) Subject: Two missed cases X-Git-Tag: 1.4.0-beta1~1098 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53ca50f1c80ba2cf05ff682424d757e47ca12a34;p=thirdparty%2Fasterisk.git Two missed cases git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31691 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_morsecode.c b/apps/app_morsecode.c index 0145eb961a..b8568dcd00 100644 --- a/apps/app_morsecode.c +++ b/apps/app_morsecode.c @@ -74,10 +74,10 @@ static char *morsecode[] = { "--..--", /* 44 - , */ "-....-", /* 45 - - */ ".-.-.-", /* 46 - . */ - "-··-·", /* 47 - / */ + "-..-.", /* 47 - / */ "-----", ".----", "..---", "...--", "....-", ".....", "-....", "--...", "---..", "----.", /* 48-57 - 0-9 */ "---...", /* 58 - : */ - "-·-·-·", /* 59 - ; */ + "-.-.-.", /* 59 - ; */ "", /* 60 - < */ "-...-", /* 61 - = */ "", /* 62 - > */